blob: a13b8cb09db3d4412da98f62f113e57b79f0a54e [file] [log] [blame]
cc_binary {
name: "android.hardware.biometrics.face-service.example",
relative_install_path: "hw",
init_rc: ["face-default.rc"],
vintf_fragments: ["face-default.xml"],
vendor: true,
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.biometrics.face-V1-ndk_platform",
"android.hardware.biometrics.common-V1-ndk_platform",
],
srcs: [
"main.cpp",
"Face.cpp",
"Session.cpp",
],
}