summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:37:15 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:37:15 +0000
commit94684806982e83730dd65abd2e500bbe2123decf (patch)
treee30f9d9d16d7544c2e60af61bea3a759373447d1
parent20f9696e4cee7f90d2428291a45f01872ecf4f46 (diff)
parent0a7121979c602768873fdb5ab0ce4e7fa303c6a7 (diff)
downloadandroidplot-94684806982e83730dd65abd2e500bbe2123decf.tar.gz
Snap for 7183507 from 0a7121979c602768873fdb5ab0ce4e7fa303c6a7 to sdk-releaseplatform-tools-31.0.2platform-tools-31.0.1
Change-Id: Idd51ad55f1cf8d73c1233f69945c36cae151f4fc
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4f48ead..8162a50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// Core androidplot library
+package {
+ default_applicable_licenses: ["external_androidplot_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_androidplot_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "androidplot",
sdk_version: "current",