summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 22:28:26 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:28:12 -0800
commit5444078e85edc102330784a81f68870d366b9ae5 (patch)
treef92a98901d79c5e765249f97ac59c6496c0fc0b8
parent49d24aaa9e2b9e03416dd66e481c05f1c4fc1d1f (diff)
downloadphotoviewer-5444078e85edc102330784a81f68870d366b9ae5.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/photoviewer
Added SPDX-license-identifier-Apache-2.0 to: Android.bp sample/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6e1090419736a8139653ed9b89c7c8d7b777fc6c
-rw-r--r--Android.bp4
-rw-r--r--sample/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1c7858f..7ac2e3c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,10 @@
//#################################################
// Build appcompat library
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_library {
name: "libphotoviewer_appcompat",
diff --git a/sample/Android.bp b/sample/Android.bp
index 389032e..e2afc1e 100644
--- a/sample/Android.bp
+++ b/sample/Android.bp
@@ -15,6 +15,10 @@
//#################################################
// Build APK
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "PhotoViewerSample",