summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-12-15 22:26:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-12-15 22:26:23 +0000
commitae0f01b2a483c85c009d8cca324a706396aae3bd (patch)
tree653b2bdff7f9cf5cc126584b3ae8303a98e666e9
parent451272f744c49c47efa1a96238e911ca1a013d1b (diff)
parent4f32aae332347a8ec2d7a68d25a7d4fe9f0b6d3a (diff)
downloadkotlinc-ae0f01b2a483c85c009d8cca324a706396aae3bd.tar.gz
Change-Id: I58f502efbcb58a1512ab6fc9b98a1039ef100df1
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5e5cca0..8026bb8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,7 @@ java_import {
host_supported: true,
jars: ["lib/annotations-13.0.jar"],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}
java_import {
@@ -10,6 +11,7 @@ java_import {
host_supported: true,
jars: ["lib/kotlin-reflect.jar"],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}
java_import {
@@ -17,6 +19,7 @@ java_import {
host_supported: true,
jars: ["lib/kotlin-stdlib.jar"],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}
java_import {
@@ -24,6 +27,7 @@ java_import {
host_supported: true,
jars: ["lib/kotlin-stdlib-jdk7.jar"],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}
java_import {
@@ -31,6 +35,7 @@ java_import {
host_supported: true,
jars: ["lib/kotlin-stdlib-jdk8.jar"],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}
java_import {
@@ -41,4 +46,5 @@ java_import {
"lib/kotlin-test-junit.jar",
],
sdk_version: "core_current",
+ notice: "license/NOTICE.txt",
}