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
commit165c9fe482a2efe09dc053ac799d5d9eb766d694 (patch)
tree093e7f4e8b99e937aada1dad8d1512cbd6b3b9f3
parent6fe119cbcad5036893ae53fabf6b4588ad92e960 (diff)
parent00c4a382dd3810f9c1b363eaad339cff34a3f6fe (diff)
downloadcbor-java-android12L-tests-release.tar.gz
Change-Id: Ia5e52529292890322a55ea562b13b3a127a04184
-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",