cc_binary { name: "android.hardware.authsecret@1.0-service", init_rc: ["android.hardware.authsecret@1.0-service.rc"], relative_install_path: "hw", vendor: true, srcs: [ "service.cpp", "AuthSecret.cpp", ], cflags: [ "-Wall", "-Werror", ], shared_libs: [ "libhidlbase", "liblog", "libutils", "android.hardware.authsecret@1.0", ], }