summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-03-11 11:04:44 +0000
committerAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-03-11 11:04:44 +0000
commit6a5d4a18f014d1eb59d16c5c8b808b9b515672f7 (patch)
tree8c5e6acc2fb2b1e33b38ecf45d8366a839e4cb23
parent6c2c211a9eb2c115ed8313931df7846505ba6bf7 (diff)
parent2cda7659cb448cd77873ce438c994cd916800c51 (diff)
Snap for 7199817 from 2cda7659cb448cd77873ce438c994cd916800c51 to s-keystone-qcom-release
Change-Id: Iba11357f5f36d8fbc70f84bb864bb3c10ccccf09
-rw-r--r--Android.bp17
-rw-r--r--kotlin/Android.bp9
2 files changed, 26 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f9afa8a..846c407 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["packages_apps_Music_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "packages_apps_Music_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
android_app {
name: "Music",
srcs: ["src/**/*.java"],
diff --git a/kotlin/Android.bp b/kotlin/Android.bp
index 3788111..1eb13de 100644
--- a/kotlin/Android.bp
+++ b/kotlin/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "packages_apps_Music_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["packages_apps_Music_license"],
+}
+
android_app {
name: "MusicKotlin",
srcs: ["src/**/*.kt"],