diff options
author | Bob Badour <bbadour@google.com> | 2022-01-13 16:50:17 -0800 |
---|---|---|
committer | Bob Badour <bbadour@google.com> | 2022-01-13 16:50:17 -0800 |
commit | 154fbf15198acb7ddb37126a914f0f5bf2e24510 (patch) | |
tree | 02c5219fe8eefc247d4cb469689e2edc674e60c7 /sensors | |
parent | ece8845ba024587c1e9ae2b7f00caa6d00322620 (diff) |
[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
Added SPDX-license-identifier-Apache-2.0 to:
sensors/aidl/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Change-Id: I6597543c2398a639c850f72bfe7013e9df2a2358
Diffstat (limited to 'sensors')
-rw-r--r-- | sensors/aidl/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sensors/aidl/Android.bp b/sensors/aidl/Android.bp index 7324abf50d..92b7ad03d8 100644 --- a/sensors/aidl/Android.bp +++ b/sensors/aidl/Android.bp @@ -1,3 +1,12 @@ +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", vendor_available: true, |