Timur Iskhakov | 16a0437 | 2017-07-07 13:28:56 -0700 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "android.hardware.tests.multithread@1.0-impl", | ||||
3 | defaults: ["hidl_defaults"], | ||||
4 | relative_install_path: "hw", | ||||
Timur Iskhakov | 16a0437 | 2017-07-07 13:28:56 -0700 | [diff] [blame] | 5 | srcs: [ |
6 | "Multithread.cpp", | ||||
7 | ], | ||||
8 | shared_libs: [ | ||||
9 | "libbase", | ||||
10 | "libhidlbase", | ||||
11 | "libhidltransport", | ||||
12 | "liblog", | ||||
13 | "libutils", | ||||
14 | "android.hardware.tests.multithread@1.0", | ||||
15 | ], | ||||
16 | } |