VTS tests now static link to HAL def libs.

And use VtsHalTargetTestDefaults.

Bug: 64040096
Test: compiles
Merged-In: I3cfb1a64f6abcf3145337a736800b72d92a0b152
Change-Id: I3cfb1a64f6abcf3145337a736800b72d92a0b152
(cherry picked from commit 6c2bd86f70)
This commit is contained in:
Tri Vo
2017-08-01 13:14:53 -07:00
parent f7c2fbc1a8
commit 35c7bd2e2b
6 changed files with 24 additions and 117 deletions

View File

@@ -16,20 +16,9 @@
cc_test {
name: "VtsHalIrV1_0TargetTest",
defaults: ["hidl_defaults"],
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalIrV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",
"libcutils",
"libhidlbase",
"libhidltransport",
"libutils",
static_libs: [
"android.hardware.ir@1.0",
],
static_libs: ["VtsHalHidlTargetTestBase"],
cflags: [
"-O0",
"-g",
],
}