Steven Moreland | 71f26bf | 2017-11-02 15:23:23 -0700 | [diff] [blame^] | 1 | cc_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 | } |