aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-14 00:43:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-14 00:43:50 +0000
commit938dea48f8ee3ed098e7c96f4ae0977885798ded (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parentf81e576298790c97498311e99a0b0b34653c3dd8 (diff)
parentff5068e86fd09f437b8b10849bb407dd6013b616 (diff)
downloadcbor-java-android12-mainline-permission-release.tar.gz
Change-Id: I63b9a5a466675cb6bde683e7ba965bd195e724b9
-rw-r--r--Android.bp17
l---------NOTICE1
2 files changed, 17 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0eed43a..0cc7110 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_cbor-java_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_cbor-java_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library {
name: "cbor-java",
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index 7a694c9..0000000
--- a/NOTICE
+++ /dev/null
@@ -1 +0,0 @@
-LICENSE \ No newline at end of file