Bug: 188014250 Test: Build pass, verify on device Change-Id: Ia3a8a17597fbc90cd0499e03fe0fe607323fdf90
19 lines
363 B
Text
19 lines
363 B
Text
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,
|
|
|
|
}
|