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]"], | |
} |