[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: I0651b1bd4539f51cf09f61992a574784edfdccd1
This commit is contained in:
Bob Badour 2021-07-09 15:57:48 -07:00
parent a98eb9d8b6
commit a65e098848

View file

@ -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 { cc_binary {
srcs: [ srcs: [
"fp_test.cpp" "fp_test.cpp"