14 lines
331 B
Text
14 lines
331 B
Text
cc_library_shared {
|
|
name: "android.hardware.tests.libhwbinder@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Benchmark.cpp",
|
|
"ScheduleTest.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.tests.libhwbinder@1.0",
|
|
],
|
|
}
|