Hridya Valsaraju | 8a70862 | 2017-03-06 14:10:42 -0800 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "android.hardware.tests.msgq@1.0-impl", | ||||
3 | relative_install_path: "hw", | ||||
4 | proprietary: true, | ||||
5 | srcs: [ | ||||
6 | "TestMsgQ.cpp", | ||||
7 | ], | ||||
8 | shared_libs: [ | ||||
9 | "libbase", | ||||
10 | "libcutils", | ||||
11 | "libfmq", | ||||
12 | "libhidlbase", | ||||
13 | "libhidltransport", | ||||
14 | "liblog", | ||||
15 | "libutils", | ||||
16 | "android.hardware.tests.msgq@1.0", | ||||
17 | "android.hidl.base@1.0", | ||||
18 | ], | ||||
19 | } |