1cc_binary { 2 name: "[email protected]", 3 defaults: ["hidl_defaults"], 4 relative_install_path: "hw", 5 vendor: true, 6 init_rc: ["[email protected]"], 7 8 srcs: [ 9 "service.cpp", 10 "SoftGateKeeperDevice.cpp", 11 ], 12 13 shared_libs: [ 14 "[email protected]", 15 "libbase", 16 "libhardware", 17 "libhidlbase", 18 "libutils", 19 "liblog", 20 "libcrypto", 21 "libgatekeeper", 22 ], 23 24 static_libs: ["libscrypt_static"], 25 26 vintf_fragments: ["[email protected]"], 27} 28