aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:00:51 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:00:51 +0000
commitdd4149c877fc2c7699f0d87cd3f0d67ab6912fc2 (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parentf81e576298790c97498311e99a0b0b34653c3dd8 (diff)
parentff5068e86fd09f437b8b10849bb407dd6013b616 (diff)
downloadcbor-java-android12-mainline-media-release.tar.gz
Change-Id: I382c41e32057477f36b6c9504bb2ab22b493f1af
-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