summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",