1cc_binary {
2    name: "[email protected]",
3    vendor: true,
4    relative_install_path: "hw",
5    defaults: ["hidl_defaults"],
6    init_rc: [
7        "[email protected]",
8    ],
9    vintf_fragments: [
10        "[email protected]",
11    ],
12    srcs: ["main.cpp"],
13    shared_libs: [
14        "[email protected]",
15        "[email protected]",
16        "libbase",
17        "libcutils",
18        "libdumpstateutil",
19        "libhidlbase",
20        "liblog",
21        "libutils",
22    ],
23    cflags: [
24        "-DLOG_TAG=\"[email protected]\"",
25    ],
26}
27