aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:02:54 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:02:54 +0000
commit07362d05e77cb2364dbb241891a4619e61975b33 (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parentf81e576298790c97498311e99a0b0b34653c3dd8 (diff)
parentff5068e86fd09f437b8b10849bb407dd6013b616 (diff)
downloadcbor-java-android12-mainline-ipsec-release.tar.gz
Change-Id: Ifd3fae94943c0c94b9d749a9e1616adae1681441
-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