aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:14:16 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:14:16 +0000
commite899d6ff2ec2fef9e81db24e8fe446ae7846f305 (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parent6ec95739def265d620c461e6d8a676784400a298 (diff)
parent00c4a382dd3810f9c1b363eaad339cff34a3f6fe (diff)
downloadcbor-java-android12-d1-s3-release.tar.gz
Change-Id: I25ca088718dfddceacf9d100e7be2775638e326b
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 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",