summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:51:41 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-02-24 17:51:41 +0000
commitf018b8808a649e458ccfbab3486ff0ab4c3ec81b (patch)
treee30f9d9d16d7544c2e60af61bea3a759373447d1
parentaaeb61f65e82b119a4784849e49477c1f4a8582e (diff)
parent8b3fb35a948acb6e6600a19a9dc42b3f17ec389d (diff)
downloadandroidplot-f018b8808a649e458ccfbab3486ff0ab4c3ec81b.tar.gz
Snap for 7168215 from 8b3fb35a948acb6e6600a19a9dc42b3f17ec389d to simpleperf-release
Change-Id: I903d11fccd691eba88ae159080912ecc77889f3b
-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",