Merge "Update vts test module bp files to use VtsHalTargetTestDefaults"
am: fa7f2bc917
Change-Id: Ie70c11daaf21a2a86732f26488ce92fdd764c3b7
This commit is contained in:
commit
07ff5f4376
3 changed files with 5 additions and 23 deletions
|
@ -23,20 +23,13 @@ cc_test {
|
|||
"FormatConvert.cpp"
|
||||
],
|
||||
|
||||
defaults: [
|
||||
"hidl_defaults",
|
||||
],
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
|
||||
shared_libs: [
|
||||
"android.hardware.automotive.evs@1.0",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libui",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
],
|
||||
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
static_libs: ["android.hardware.automotive.evs@1.0"],
|
||||
|
||||
cflags: [
|
||||
"-O0",
|
||||
|
|
|
@ -16,17 +16,13 @@
|
|||
|
||||
cc_library_static {
|
||||
name: "libVtsHalGraphicsMapperTestUtils",
|
||||
defaults: ["hidl_defaults"],
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: ["VtsHalGraphicsMapperTestUtils.cpp"],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
],
|
||||
static_libs: [
|
||||
"VtsHalHidlTargetTestBase",
|
||||
"android.hardware.graphics.allocator@2.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
],
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
cc_library_static {
|
||||
name: "VtsHalWifiV1_0TargetTestUtil",
|
||||
defaults: ["hidl_defaults"],
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: [
|
||||
"wifi_hidl_call_util_selftest.cpp",
|
||||
"wifi_hidl_test.cpp",
|
||||
|
@ -26,16 +26,9 @@ cc_library_static {
|
|||
"."
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libnativehelper",
|
||||
"libutils",
|
||||
"android.hardware.wifi@1.0",
|
||||
],
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
static_libs: ["android.hardware.wifi@1.0"],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
Loading…
Reference in a new issue