summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 21:00:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-05 21:00:25 +0000
commit3d7bad05be2aa6ff64da6a80feb5068666f265ac (patch)
tree1977aac3bc91fff51858ebf14a67191c9b3cd9c5
parent8f37475aa15290f8cf3f77c0cb35500eea7a28b0 (diff)
parent17c9b5a17b7865780da30a99231559fe93504da3 (diff)
downloadxmp_toolkit-3d7bad05be2aa6ff64da6a80feb5068666f265ac.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/xmp_toolkit"android-s-preview-1
-rw-r--r--XMPCore/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/XMPCore/Android.bp b/XMPCore/Android.bp
index 449826f..dab0455 100644
--- a/XMPCore/Android.bp
+++ b/XMPCore/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_xmp_toolkit_XMPCore_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "external_xmp_toolkit_XMPCore_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "xmp_toolkit",
// Include all the java files.