29 lines
710 B
Plaintext
29 lines
710 B
Plaintext
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"
|
|
],
|
|
include_dirs: [
|
|
"device/google/gs101/fingerprint/fpc1540/fp_tool"
|
|
],
|
|
name: "fp_test",
|
|
shared_libs: [
|
|
"liblog",
|
|
"libdl",
|
|
"libutils",
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"android.hardware.biometrics.fingerprint@2.1"
|
|
],
|
|
proprietary:true,
|
|
|
|
}
|