summaryrefslogtreecommitdiffstats
path: root/oemlock/1.0
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2017-08-03 16:37:47 -0700
committerTri Vo <trong@google.com>2017-08-10 17:44:57 +0000
commit0c2ce357b11bc18e0c1ff775968ea3179ae38a8b (patch)
treefd0387b109dbbeee784cc06b5b0dd1b4c7b5bb33 /oemlock/1.0
parentcc1007af3350bd1a3c001da968a56655c7780cde (diff)
downloadandroid_hardware_interfaces-0c2ce357b11bc18e0c1ff775968ea3179ae38a8b.tar.gz
android_hardware_interfaces-0c2ce357b11bc18e0c1ff775968ea3179ae38a8b.tar.bz2
android_hardware_interfaces-0c2ce357b11bc18e0c1ff775968ea3179ae38a8b.zip
VTS tests now static link to HAL def libs. #2
And use VtsHalTargetTestDefaults. Bug: 64040096 Test: crop out all non-affected tests from vts-hal-hidl.xml and run vts-tradefed run commandAndExit vts-hal-hidl --skip-all-system-status-check --skip-preconditions 2 failures, same as without this change: GatekeeperHidlTest.DeleteAllUsersTest GatekeeperHidlTest.DeleteUserTest Change-Id: I8f6995e9536a9aefe283ee3effec9f5a7f03b620
Diffstat (limited to 'oemlock/1.0')
-rw-r--r--oemlock/1.0/vts/functional/Android.bp18
1 files changed, 2 insertions, 16 deletions
diff --git a/oemlock/1.0/vts/functional/Android.bp b/oemlock/1.0/vts/functional/Android.bp
index a13b3dc71..20737a180 100644
--- a/oemlock/1.0/vts/functional/Android.bp
+++ b/oemlock/1.0/vts/functional/Android.bp
@@ -16,21 +16,7 @@
cc_test {
name: "VtsHalOemLockV1_0TargetTest",
- defaults: ["hidl_defaults"],
+ defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalOemLockV1_0TargetTest.cpp"],
- shared_libs: [
- "libbase",
- "liblog",
- "libcutils",
- "libhidlbase",
- "libhidltransport",
- "libnativehelper",
- "libutils",
- "android.hardware.oemlock@1.0",
- ],
- static_libs: ["VtsHalHidlTargetTestBase"],
- cflags: [
- "-O0",
- "-g",
- ],
+ static_libs: ["android.hardware.oemlock@1.0"],
}