16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
cc_test {
|
|
name: "fingerprint_tests",
|
|
srcs: ["fingerprint_tests.cpp"],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libhardware",
|
|
],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
"-Wextra",
|
|
],
|
|
}
|