diff options
Diffstat (limited to 'nfc/aidl/default/Android.bp')
-rw-r--r-- | nfc/aidl/default/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nfc/aidl/default/Android.bp b/nfc/aidl/default/Android.bp index 907d23d222..6daebe5697 100644 --- a/nfc/aidl/default/Android.bp +++ b/nfc/aidl/default/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"], +} + cc_binary { name: "android.hardware.nfc-service.example", relative_install_path: "hw", |