blob: 24c81f60553b5abaea71491fc83735540a5fc212 [file] [log] [blame]
cc_binary {
name: "[email protected]",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["[email protected]"],
srcs: [
"service.cpp",
"SoftGateKeeperDevice.cpp",
],
shared_libs: [
"[email protected]",
"libbase",
"libhardware",
"libhidlbase",
"libutils",
"liblog",
"libcrypto",
"libgatekeeper",
],
static_libs: ["libscrypt_static"],
vintf_fragments: ["[email protected]"],
}