Merge "Tetheroffload tests static link to HAL def libs." into oc-mr1-dev

am: b417e4c605

Change-Id: I14bc1b678620e2fd1b7d217eb2bb1309ce1714eb
This commit is contained in:
Tri Vo
2017-08-14 22:26:09 +00:00
committed by android-build-merger
2 changed files with 4 additions and 28 deletions

View File

@@ -14,20 +14,7 @@
cc_test {
name: "VtsHalTetheroffloadConfigV1_0TargetTest",
defaults: ["hidl_defaults"],
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalTetheroffloadConfigV1_0TargetTest.cpp"],
shared_libs: [
"android.hardware.tetheroffload.config@1.0",
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
static_libs: ["VtsHalHidlTargetTestBase"],
cflags: [
"-O0",
"-g",
],
static_libs: ["android.hardware.tetheroffload.config@1.0"],
}

View File

@@ -14,21 +14,10 @@
cc_test {
name: "VtsHalTetheroffloadControlV1_0TargetTest",
defaults: ["hidl_defaults"],
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalTetheroffloadControlV1_0TargetTest.cpp"],
shared_libs: [
static_libs: [
"android.hardware.tetheroffload.config@1.0",
"android.hardware.tetheroffload.control@1.0",
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
static_libs: ["VtsHalHidlTargetTestBase"],
cflags: [
"-O0",
"-g",
],
}