summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:52:21 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:52:21 -0800
commit3dbf810b52a24d3cf2df6bbc9afb42b94bcce5db (patch)
tree6958bcc76b4425b782d9666f1979589e058108bd /Android.bp
parent9d5406dc05238c72434ba29375e0cb25eb85d21b (diff)
downloadGallery-3dbf810b52a24d3cf2df6bbc9afb42b94bcce5db.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Gallery
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I552a9b72a35bb14dbec547d52877770bd0ba8a29
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5217736..f498677 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["packages_apps_Gallery_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "packages_apps_Gallery_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "Gallery",
srcs: ["src/**/*.java"],