blob: 91149e8d3bd359e24cd63deba33333cf0c8b6947 [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",
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}