summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-02-27 02:47:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-27 02:47:33 +0000
commit873b9079315742f23784c816e95067b0f38e31a1 (patch)
tree9c1949c026ceb5dc56eda71a4ce95a249f8be784
parent294915f16baa60ae37b958e4b40135da574d7e9c (diff)
parentc5f9e2521ff816aabecc3194d815a59640fbd977 (diff)
downloadkotlinc-873b9079315742f23784c816e95067b0f38e31a1.tar.gz
Fix link-type check warnings on kotlin-stdlib
am: c5f9e2521f Change-Id: I80d7cc759eb5de76aab9158df8af34fa35880ba3
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8822d1e..3c46db4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,4 +2,5 @@ java_import {
name: "kotlin-stdlib",
host_supported: true,
jars: ["lib/kotlin-stdlib.jar"],
+ sdk_version: "core_current",
}