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:
Zhuoyao Zhang 2017-09-08 14:41:23 -07:00
parent d429b1f9e7
commit d2e1850a46

View file

@ -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"],
}