summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:50:40 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:50:40 -0800
commitc1fda530db8d54f045688494b139720458c1f0e3 (patch)
treede37dcef6ca4db1feaf28f2c84c34584ebc2265c
parent656c897c9c0763cf2ba33c779a215db5a9388ab3 (diff)
downloadProtips-c1fda530db8d54f045688494b139720458c1f0e3.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Protips
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I02c3d6cd989f2e9410cfd56bb5f06341da2c5b20
-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.