blob: 0edabfc53216f4a8fd8c3179f8f4409a7dfebf06 [file] [log] [blame]
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -07001cc_library_shared {
2 name: "android.hardware.tests.libhwbinder@1.0-impl",
3 relative_install_path: "hw",
Steven Moreland46c0b942017-01-12 13:33:16 -08004 proprietary: true,
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -07005 srcs: [
6 "Benchmark.cpp",
7 ],
8
9 shared_libs: [
10 "libbase",
Yifan Hong63544ea2016-11-16 14:17:58 -080011 "libhidlbase",
12 "libhidltransport",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -070013 "libhwbinder",
14 "liblog",
15 "libutils",
16 "android.hardware.tests.libhwbinder@1.0",
17 ],
Yifan Hong63544ea2016-11-16 14:17:58 -080018}