summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 06:23:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-19 06:23:21 +0000
commite554f7612727a5aef773809d52ba235487a05826 (patch)
treede37dcef6ca4db1feaf28f2c84c34584ebc2265c
parent656c897c9c0763cf2ba33c779a215db5a9388ab3 (diff)
parentc1fda530db8d54f045688494b139720458c1f0e3 (diff)
downloadProtips-e554f7612727a5aef773809d52ba235487a05826.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Protips"
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b0b543a..105d1ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "Protips",
// Only compile source java files in this apk.