summaryrefslogtreecommitdiff
path: root/services/utils/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/utils/Android.bp')
-rw-r--r--services/utils/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/utils/Android.bp b/services/utils/Android.bp
index f3d2bc9766..81e1232e2c 100644
--- a/services/utils/Android.bp
+++ b/services/utils/Android.bp
@@ -15,6 +15,15 @@
//
// Static library used in testing and executables
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
cc_library_static {
name: "libserviceutils",