summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-06 02:08:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-06 02:08:48 +0000
commit35a31ccdef325867fa5665461fc268083a19e91e (patch)
tree6d6b6b945d0ea4976fbf05c818facd1806568ec2
parent41297addc390ea5c1c193fb68503bc3b1ae644a4 (diff)
parentb8769a60b90e4858d14216aa4bcb693f744c64f7 (diff)
downloadSpareParts-android-vts-12.1_r8.tar.gz
Change-Id: I6d21dfab3e05816e9f11b84ed9e461c85246c65d
-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"],