summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/api/Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/services/api/Android.bp b/services/api/Android.bp
index b8ca5488c5cd..bbc8c72b2eef 100644
--- a/services/api/Android.bp
+++ b/services/api/Android.bp
@@ -14,6 +14,12 @@
package {
default_visibility: ["//visibility:private"],
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_base_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_license"],
}
filegroup {
@@ -26,4 +32,4 @@ filegroup {
name: "non-updatable-system-server-removed.txt",
srcs: ["non-updatable-removed.txt"],
visibility: ["//frameworks/base/api"],
-} \ No newline at end of file
+}