Merge changes from topic 'vts_deps'

* changes:
  VTS tests now static link to HAL def libs.
  Add cc_defaults VtsHalTargetTestDefaults
This commit is contained in:
Treehugger Robot
2017-08-03 20:06:15 +00:00
committed by Gerrit Code Review
7 changed files with 47 additions and 117 deletions

View File

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