summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-12-02 15:45:46 -0800
committerColin Cross <ccross@android.com>2020-12-03 15:33:46 -0800
commit4f32aae332347a8ec2d7a68d25a7d4fe9f0b6d3a (patch)
tree653b2bdff7f9cf5cc126584b3ae8303a98e666e9
parent451272f744c49c47efa1a96238e911ca1a013d1b (diff)
downloadkotlinc-4f32aae332347a8ec2d7a68d25a7d4fe9f0b6d3a.tar.gz
The individual jars exported as Soong modules are covered by the Apache license in license/NOTICE.txt, not by the combined licenses in the LICENSE file. See license/README.md for explanation why this is correct. Bug: 174167893 Test: manual Change-Id: Ibf0c549571c2b4ea68243a1e6e185a1dbc9f2325 Merged-In: Ibf0c549571c2b4ea68243a1e6e185a1dbc9f2325 (cherry picked from commit 071a2ac80cf4d269856bd1ddde6d4432852b5d91)
-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",
}