aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:47:29 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:47:29 +0000
commit6e47a63773c3928a39630e5f56311c602d7b9561 (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parentf81e576298790c97498311e99a0b0b34653c3dd8 (diff)
parentff5068e86fd09f437b8b10849bb407dd6013b616 (diff)
downloadcbor-java-android12-mainline-extservices-release.tar.gz
Change-Id: I5886e31d2d7a6ac23fa83a8788e2b6e24c4e806f
-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