summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:51:42 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:51:42 +0000
commitf5208333d0fa90659669e8a3569fc8ca3880599f (patch)
tree1977aac3bc91fff51858ebf14a67191c9b3cd9c5
parent44d7e4d00ef6da63a75bf3a4f9296872cc4d2ac1 (diff)
parent583b7288bfed7f1b28b3faa946fea3d922fc7d8d (diff)
downloadxmp_toolkit-f5208333d0fa90659669e8a3569fc8ca3880599f.tar.gz
Change-Id: I1ec3f56be05e7f81ff6665bb7a4aa77dcd5e1d85
-rw-r--r--METADATA3
-rw-r--r--XMPCore/Android.bp17
2 files changed, 20 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
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.