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", |
Steven Moreland | 691a455 | 2017-03-08 15:58:46 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Hridya Valsaraju | 8a70862 | 2017-03-06 14:10:42 -0800 | [diff] [blame] | 4 | relative_install_path: "hw", |
| 5 | proprietary: true, |
| 6 | srcs: [ |
| 7 | "TestMsgQ.cpp", |
| 8 | ], |
| 9 | shared_libs: [ |
| 10 | "libbase", |
| 11 | "libcutils", |
| 12 | "libfmq", |
| 13 | "libhidlbase", |
| 14 | "libhidltransport", |
| 15 | "liblog", |
| 16 | "libutils", |
| 17 | "android.hardware.tests.msgq@1.0", |
| 18 | "android.hidl.base@1.0", |
| 19 | ], |
| 20 | } |