summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:30:24 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:30:24 -0800
commit8b3fb35a948acb6e6600a19a9dc42b3f17ec389d (patch)
treee30f9d9d16d7544c2e60af61bea3a759373447d1
parente79434df8e049c8c5eeacac38fbfb19736512b6a (diff)
downloadandroidplot-8b3fb35a948acb6e6600a19a9dc42b3f17ec389d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/androidplotandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4e142e842845947427476dbce359205cf89720e4
-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",