mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Tetheroffload tests static link to HAL def libs." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b417e4c605
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user