mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 09:59:20 +00:00
Bug:32279499 Test: make android.hardware.tests.libhwbinder@1.0-impl Change-Id: I75056afa32b8189020608779ec495659ea35ed48
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.tests.libhwbinder@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Benchmark.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidl",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.libhwbinder@1.0",
|
|
],
|
|
} |