cc_binary { | |
name: "[email protected]", | |
relative_install_path: "hw", | |
init_rc: ["[email protected]"], | |
proprietary: true, | |
defaults: ["hidl_defaults"], | |
srcs: [ | |
"StEseService.cpp", | |
"SecureElement.cpp", | |
], | |
shared_libs: [ | |
"[email protected]", | |
"ese_spi_st", | |
"libbase", | |
"libcutils", | |
"libhardware", | |
"libhidlbase", | |
"liblog", | |
"libutils", | |
], | |
} |