From 3dbf810b52a24d3cf2df6bbc9afb42b94bcce5db Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 14:52:21 -0800 Subject: [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 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Android.bp') 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"], -- cgit v1.2.3