From a63bb9d51360f886f928c9acbe80a1fce634878f Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 26 Aug 2021 12:06:55 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101 Added SPDX-license-identifier-Apache-2.0 to: fingerprint/fpc1540/fp_tool/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I82ead6a8a6fdef70712d5193174e8652e785a7d4 --- fingerprint/fpc1540/fp_tool/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) 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"