blob: 41ccd592c07c6f9caf0508101a5e71cd63c82779 [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 ],
10
11 shared_libs: [
12 "android.hardware.dumpstate@1.0",
13 "libbase",
14 "libcutils",
15 "libdumpstateutil",
16 "libhidlbase",
17 "libhidltransport",
18 "liblog",
19 "libutils",
20 ],
21
22}