resolve merge conflicts of 07ff5f4376
to pi-dev-plus-aosp
Test: I solemnly swear I tested this conflict resolution. Change-Id: Id636c3171bffffeaf7a30a7912c38796e5a4c780
This commit is contained in:
commit
8ef11932b9
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: "android.hardware.graphics.mapper@2.0-vts",
|
||||
defaults: ["hidl_defaults"],
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: ["MapperVts.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