1cc_library { 2 name: "android.hardware.tests.libhwbinder@1.0-impl.test", 3 defaults: ["hidl_defaults"], 4 relative_install_path: "hw", 5 srcs: [ 6 "Benchmark.cpp", 7 "ScheduleTest.cpp", 8 ], 9 shared_libs: [ 10 "libcutils", 11 "libhidlbase", 12 "liblog", 13 "libutils", 14 ], 15 static_libs: ["android.hardware.tests.libhwbinder@1.0"], 16} 17