blob: 3bf08ed87c828c2abea6be5769428b215da28219 [file] [log] [blame]
Steven Moreland532c05a2019-02-01 15:13:32 -08001cc_library {
Steven Moreland2cf44462019-11-04 09:47:42 -08002 name: "android.hardware.tests.libhwbinder@1.0-impl.test",
Chih-Hung Hsieh3da5b012017-09-29 15:15:48 -07003 defaults: ["hidl_defaults"],
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -07004 relative_install_path: "hw",
5 srcs: [
6 "Benchmark.cpp",
Howard Chen35ae4462017-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: [
Zhuoyao Zhangd2e18502017-09-08 14:41:23 -070010 "libcutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080011 "libhidlbase",
Zhuoyao Zhangd2e18502017-09-08 14:41:23 -070012 "liblog",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -070013 "libutils",
Zhuoyao Zhangeb9f5072016-10-21 10:19:59 -070014 ],
Zhuoyao Zhangd2e18502017-09-08 14:41:23 -070015 static_libs: ["android.hardware.tests.libhwbinder@1.0"],
Yifan Hong63544ea2016-11-16 14:17:58 -080016}