mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
So that it can be included in tests. Bug: 122456128 Test: libhwbinder_benchmark, hwbinderThroughputTest, libhwbinder_latency Change-Id: I4c77c04252c7d6f0c2215ee052d747561db181e0
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
cc_library {
|
|
name: "android.hardware.tests.libhwbinder@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Benchmark.cpp",
|
|
"ScheduleTest.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
static_libs: ["android.hardware.tests.libhwbinder@1.0"],
|
|
}
|