diff options
author | Tri Vo <trong@google.com> | 2017-08-01 13:14:53 -0700 |
---|---|---|
committer | Tri Vo <trong@google.com> | 2017-08-03 13:28:08 -0700 |
commit | 35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899 (patch) | |
tree | 7b18856bd2513046f66430d9384957bc28a4b0d7 /bluetooth | |
parent | f7c2fbc1a8739764700e89dd8bfa067bdc82fb8e (diff) | |
download | platform_hardware_interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.tar.gz platform_hardware_interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.tar.bz2 platform_hardware_interfaces-35c7bd2e2b634e1b66a6f96ea61e2edbfb0f5899.zip |
VTS tests now static link to HAL def libs.
And use VtsHalTargetTestDefaults.
Bug: 64040096
Test: compiles
Merged-In: I3cfb1a64f6abcf3145337a736800b72d92a0b152
Change-Id: I3cfb1a64f6abcf3145337a736800b72d92a0b152
(cherry picked from commit 6c2bd86f70f526d69c3f262250e8e09afb773a21)
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/1.0/vts/functional/Android.bp | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index cd2be441c2..2e60588c38 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp @@ -16,24 +16,10 @@ cc_test { name: "VtsHalBluetoothV1_0TargetTest", - defaults: ["hidl_defaults"], + defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"], - shared_libs: [ - "libbase", - "liblog", - "libcutils", - "libhidlbase", - "libhidltransport", - "libnativehelper", - "libutils", - "android.hardware.bluetooth@1.0", - ], static_libs: [ - "VtsHalHidlTargetTestBase", + "android.hardware.bluetooth@1.0", "libbluetooth-types", ], - cflags: [ - "-O0", - "-g", - ], } |