blob: 3ca19e8cab1de92711fbca6fa5dac5b2e09a72a9 [file] [log] [blame]
Steven Moreland71f26bf2017-11-02 15:23:23 -07001cc_binary {
2 name: "android.hardware.dumpstate@1.0-service",
3 init_rc: ["android.hardware.dumpstate@1.0-service.rc"],
4 relative_install_path: "hw",
5 vendor: true,
6 srcs: [
7 "DumpstateDevice.cpp",
8 "service.cpp",
9 ],
Chih-Hung Hsieh4ce5eab2017-11-08 13:36:57 -080010 cflags: [
11 "-Wall",
12 "-Werror",
13 ],
Steven Moreland71f26bf2017-11-02 15:23:23 -070014
15 shared_libs: [
16 "android.hardware.dumpstate@1.0",
17 "libbase",
18 "libcutils",
19 "libdumpstateutil",
20 "libhidlbase",
21 "libhidltransport",
22 "liblog",
23 "libutils",
24 ],
25
26}