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:
parent
d429b1f9e7
commit
d2e1850a46
1 changed files with 4 additions and 1 deletions
|
@ -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"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue