summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:27:08 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:27:08 -0800
commita885aa2c54aba771a8b5fcb685240dc66b04a7d3 (patch)
treeca6665f0a3de8c241983ffe08cf833ba4e393f8f
parentd3b1a755e69a518ea85001d2d6b9077bc8d97db1 (diff)
downloadGallery2-a885aa2c54aba771a8b5fcb685240dc66b04a7d3.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Gallery2
Added SPDX-license-identifier-Apache-2.0 to: Android.bp gallerycommon/Android.bp jni/Android.bp jni_jpegstream/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I01b3d0c2ee45d0b9cc9cf720f31d6b6bda40b3fd
-rw-r--r--Android.bp4
-rw-r--r--gallerycommon/Android.bp4
-rw-r--r--jni/Android.bp4
-rw-r--r--jni_jpegstream/Android.bp4
4 files changed, 16 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0b0d4e6fd..03ab82bd2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "Gallery2",
diff --git a/gallerycommon/Android.bp b/gallerycommon/Android.bp
index 9ce3e9ff6..8d12f8895 100644
--- a/gallerycommon/Android.bp
+++ b/gallerycommon/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "com.android.gallery3d.common2",
srcs: ["src/**/*.java"],
diff --git a/jni/Android.bp b/jni/Android.bp
index b066192bb..2fba236ee 100644
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_defaults {
name: "gallery2_jni_defaults",
product_specific: true,
diff --git a/jni_jpegstream/Android.bp b/jni_jpegstream/Android.bp
index 780037a99..4a3766b6a 100644
--- a/jni_jpegstream/Android.bp
+++ b/jni_jpegstream/Android.bp
@@ -1,4 +1,8 @@
// Jpeg Streaming native
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_shared {
name: "libjni_jpegstream",
product_specific: true,