summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:27:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:27:41 +0000
commite6a67d685f1dd127765fc110fe52bf2edca8af53 (patch)
treeb5430f917b72fe5d8a40463304d9db9ba3be9af2
parent4221d13d2c4079d3299c1d3265ed93564b84c78b (diff)
parent8254452e3af03de7ea4e2ab26d6ea1d197a2f5fe (diff)
downloadjsr330-android12-mainline-adbd-release.tar.gz
Change-Id: If85e7f52194b43d43e4b7a1343d00e80d8192db2
-rw-r--r--Android.bp17
-rw-r--r--METADATA3
2 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f07f4a5..6dca3ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,23 @@
//
// Target, host, and host-side dalvik build
+package {
+ default_applicable_licenses: ["external_jsr330_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_jsr330_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library_static {
name: "jsr330",
host_supported: true,
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
+}