summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:45:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:45:48 +0000
commitcb31c53c265fb537444525b5d08b5915a6d550f2 (patch)
treed68606e605301b3c17cb37ced3139c8d87b5a4de
parentac79235e67088dec5a62d99199fc4b1af735731b (diff)
parenta177febfd91588c5eccf1c827cd4e838e174575e (diff)
downloadkotlinx.metadata-cb31c53c265fb537444525b5d08b5915a6d550f2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/kotlinx.metadata am: a177febfd9
Original change: https://android-review.googlesource.com/c/platform/external/kotlinx.metadata/+/1588805 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3dbb453e5e4d98d54ae3713f4622581c2744ba48
-rw-r--r--Android.bp16
1 files changed, 15 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4973fb8..1320c49 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,19 @@
package {
- default_visibility: [":__subpackages__"]
+ default_visibility: [":__subpackages__"],
+ default_applicable_licenses: ["external_kotlinx.metadata_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_kotlinx.metadata_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
}
java_import_host {