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", | ||||
10 | "libhidl", | ||||
11 | "libhwbinder", | ||||
12 | "liblog", | ||||
13 | "libutils", | ||||
14 | "android.hardware.tests.libhwbinder@1.0", | ||||
15 | ], | ||||
16 | } |