summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 19:45:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-05 19:45:48 +0000
commit25093a02f2001e8a83bec914e842fe9b759b05e7 (patch)
tree6d6b6b945d0ea4976fbf05c818facd1806568ec2
parent8bb595278b3465ea352043f28cb1f8205dbeb467 (diff)
parente02e511f918bf59d71e0c579b27ec1e77ae9f63a (diff)
downloadSpareParts-25093a02f2001e8a83bec914e842fe9b759b05e7.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/SpareParts"android-s-preview-1
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dc527b7..77c9f8d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["packages_apps_SpareParts_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "packages_apps_SpareParts_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "SpareParts",
srcs: ["**/*.java"],