summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-17 14:03:52 -0700
committerColin Cross <ccross@android.com>2017-10-17 14:03:52 -0700
commit98b360ed299942f9d6a6cb4864ca1b72527be6e4 (patch)
tree3fc5f5035a600c5384b1da8c5931d3dd29c00fda
parent91fcedf6fb09810fd58051f84d05049694ddbc08 (diff)
downloadkotlinc-98b360ed299942f9d6a6cb4864ca1b72527be6e4.tar.gz
Add prebuilt module for kotlin stdlib
Add a prebuilt module that soong will use to depend on the kotlin standard library. Test: m checkbuild Change-Id: I68ffc6689ea8c3b636af3c9b010892b0360d9a9d
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..8822d1e
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+java_import {
+ name: "kotlin-stdlib",
+ host_supported: true,
+ jars: ["lib/kotlin-stdlib.jar"],
+}