summaryrefslogtreecommitdiff
path: root/legacy/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/Android.bp')
-rw-r--r--legacy/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/legacy/Android.bp b/legacy/Android.bp
index c6b2a4ea9..16d23700d 100644
--- a/legacy/Android.bp
+++ b/legacy/Android.bp
@@ -4,6 +4,17 @@
// The app is included to system img by default. If OEMs have their own legacy
// app they can replace this one. If OEMs don't care about data loss or data
// migration complete, OEMs can remove this app going forward.
+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_CellBroadcastReceiver_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: [
+ "packages_apps_CellBroadcastReceiver_license",
+ ],
+}
+
android_app {
name: "CellBroadcastLegacyApp",
manifest: "AndroidManifest.xml",
@@ -23,4 +34,4 @@ android_app {
],
privileged: true,
sdk_version: "system_current",
-} \ No newline at end of file
+}