mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Update build for test hal: libhwbinder
* Use cc_default to extract common build rules.
* Static link android.hardware.tests.libhwbinder@1.0 to the impl lib.
Bug: 65483634
Test: make vts
vts-tradefed run vts-performance
Change-Id: Ia6fc6593e3f833c1a7de91f817fb684280a8b555
This commit is contained in:
@@ -6,9 +6,12 @@ cc_library_shared {
|
||||
"ScheduleTest.cpp",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"android.hardware.tests.libhwbinder@1.0",
|
||||
],
|
||||
static_libs: ["android.hardware.tests.libhwbinder@1.0"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user