blob: fa1b2b3fc55956d01c18aa1065c22dbb85cb6903 [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",
Howard Chen812f5d32017-04-07 20:15:28 +08007 "ScheduleTest.cpp",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -07008 ],
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -07009 shared_libs: [
Yifan Hong63544ea2016-11-16 14:17:58 -080010 "libhidlbase",
11 "libhidltransport",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -070012 "libutils",
13 "android.hardware.tests.libhwbinder@1.0",
Howard Chen812f5d32017-04-07 20:15:28 +080014 "android.hidl.base@1.0",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -070015 ],
Yifan Hong63544ea2016-11-16 14:17:58 -080016}