summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 17:48:18 -0800
committerBob Badour <bbadour@google.com>2021-02-12 17:48:18 -0800
commit2821e4bcaaf0efa9aff9c271ce5978a5b38e5a08 (patch)
tree89f0a8633ccb6a4a6b832776d8f9f15504c1476e
parent90a0ea6209c7967529711e5d4fa2f3bd3b1bca0b (diff)
downloadHTMLViewer-2821e4bcaaf0efa9aff9c271ce5978a5b38e5a08.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/HTMLViewer
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: I289366fc380f484a21e12e59629724208a6920cb
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8a20bbf..679d50a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["packages_apps_HTMLViewer_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "packages_apps_HTMLViewer_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "HTMLViewer",
srcs: ["**/*.java"],