mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Since it is accidentally installed on some devices, although it is a test. Bug: 123878766 Test: atest hwbinderThroughputTest Change-Id: Id43aa7e9ca3152c35bb2dac84d7386c9d7a5e0aa
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
cc_library {
|
|
name: "android.hardware.tests.libhwbinder@1.0-impl.test",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Benchmark.cpp",
|
|
"ScheduleTest.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
static_libs: ["android.hardware.tests.libhwbinder@1.0"],
|
|
}
|