diff --git a/fingerprint/extension/Android.bp b/fingerprint/extension/Android.bp index 4f64c3cb..fa2f13e3 100644 --- a/fingerprint/extension/Android.bp +++ b/fingerprint/extension/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 "device_google_gs101_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["device_google_gs101_license"], +} + sh_binary { name: "fingerprint.extension.sh", init_rc: ["init.fingerprint.extension.rc"], diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index 0ce3167a..f0f50698 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -14,6 +14,15 @@ // limitations under the License. // +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "device_google_gs101_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["device_google_gs101_license"], +} + cc_binary { name: "android.hardware.usb-service.gs101", relative_install_path: "hw",