summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 18:29:09 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:25:09 -0800
commit8f226c83c5e0ad9ca766b4f7b118925289f7389e (patch)
treeabad0f19e7bf6fb5486dbf2c0ef6d3fb1e9f9a59
parent7f20f1d90e9168bd97013786a413c1ca1d198724 (diff)
downloadOneTimeInitializer-8f226c83c5e0ad9ca766b4f7b118925289f7389e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/OneTimeInitializer
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: I3650337e35bd631d015717584afd08423aeb2713
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0bc44e8..063a01b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "OneTimeInitializer",
srcs: ["src/**/*.java"],