Zhuoyao Zhang | eb9f507 | 2016-10-21 10:19:59 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.tests.libhwbinder@1.0-impl", |
| 3 | relative_install_path: "hw", |
| 4 | srcs: [ |
| 5 | "Benchmark.cpp", |
| 6 | ], |
| 7 | |
| 8 | shared_libs: [ |
| 9 | "libbase", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 10 | "libhidlbase", |
| 11 | "libhidltransport", |
Zhuoyao Zhang | eb9f507 | 2016-10-21 10:19:59 -0700 | [diff] [blame] | 12 | "libhwbinder", |
| 13 | "liblog", |
| 14 | "libutils", |
| 15 | "android.hardware.tests.libhwbinder@1.0", |
| 16 | ], |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 17 | } |