summaryrefslogtreecommitdiff
path: root/modules/local_time/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/local_time/Android.bp')
-rw-r--r--modules/local_time/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/local_time/Android.bp b/modules/local_time/Android.bp
index 9f140b34..a4101c02 100644
--- a/modules/local_time/Android.bp
+++ b/modules/local_time/Android.bp
@@ -21,6 +21,15 @@
// seen in libhardware/hardware.c
//
// The format of the name is local_time.<hardware>.so
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_libhardware_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_libhardware_license"],
+}
+
cc_library_shared {
name: "local_time.default",
relative_install_path: "hw",