summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-01-13 23:51:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-01-13 23:51:53 +0000
commit203d44bdcb7aa2c8cdc8adeb534d94170e92e18b (patch)
tree653b2bdff7f9cf5cc126584b3ae8303a98e666e9
parent451272f744c49c47efa1a96238e911ca1a013d1b (diff)
parent4f32aae332347a8ec2d7a68d25a7d4fe9f0b6d3a (diff)
downloadkotlinc-android11-mainline-media-release.tar.gz
Snap for 7080740 from 4f32aae332347a8ec2d7a68d25a7d4fe9f0b6d3a to mainline-media-releaseandroid-mainline-11.0.0_r39android-mainline-11.0.0_r32android-mainline-11.0.0_r16android11-mainline-media-release
Change-Id: I7f9c7465fd93218cead003c18f46bf09271d9a8b
-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",
}