1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "device_google_gs101_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["device_google_gs201_license"], 8} 9 10cc_binary { 11 srcs: [ 12 "fp_test.cpp" 13 ], 14 local_include_dirs: ["."], 15 16 name: "fp_test", 17 shared_libs: [ 18 "liblog", 19 "libdl", 20 "libutils", 21 "libcutils", 22 "libhidlbase", 23 "android.hardware.biometrics.fingerprint@2.1" 24 ], 25 proprietary:true, 26 27} 28