diff --git a/fingerprint/fpc1540/fp_tool/Android.bp b/fingerprint/fpc1540/fp_tool/Android.bp index d7bd8859..8b95194d 100644 --- a/fingerprint/fpc1540/fp_tool/Android.bp +++ b/fingerprint/fpc1540/fp_tool/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"], +} + cc_binary { srcs: [ "fp_test.cpp"