summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-18 01:22:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-18 01:22:28 +0000
commit8fadc8416ca3d7170ae29a4a32b2e85840d5e58e (patch)
tree3fc5f5035a600c5384b1da8c5931d3dd29c00fda
parent0b093b46bc719444d8030561183711e9e2f9cc29 (diff)
parent2212d1f09d35ce51c72f5093180756ee638fe9ef (diff)
downloadkotlinc-8fadc8416ca3d7170ae29a4a32b2e85840d5e58e.tar.gz
Add prebuilt module for kotlin stdlib am: 98b360ed29
am: 2212d1f09d Change-Id: Ic13416a3e2ccd60e79a83f5405e38257115bb7de
-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"],
+}