diff options
Diffstat (limited to 'sensors/aidl/Android.bp')
-rw-r--r-- | sensors/aidl/Android.bp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sensors/aidl/Android.bp b/sensors/aidl/Android.bp index fd1ac441e2..92b7ad03d8 100644 --- a/sensors/aidl/Android.bp +++ b/sensors/aidl/Android.bp @@ -1,4 +1,11 @@ -// This is the expected build file, but it may not be right in all cases +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "hardware_interfaces_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["hardware_interfaces_license"], +} aidl_interface { name: "android.hardware.sensors", |