1cc_binary {
2    name: "android.hardware.authsecret@1.0-service",
3    init_rc: ["android.hardware.authsecret@1.0-service.rc"],
4    relative_install_path: "hw",
5    vendor: true,
6    srcs: [
7        "service.cpp",
8        "AuthSecret.cpp",
9    ],
10    cflags: [
11        "-Wall",
12        "-Werror",
13    ],
14    shared_libs: [
15        "libhidlbase",
16        "liblog",
17        "libutils",
18        "android.hardware.authsecret@1.0",
19    ],
20}
21