summaryrefslogtreecommitdiffstats
path: root/bluetooth
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-08-03 20:06:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-03 20:06:15 +0000
commit7d149a564fca05be37a7bf3c8e675a565d37eea2 (patch)
treeb2d176ac74c31f2fbe07948c7ea586f5b28b61b9 /bluetooth
parentc901276e6063e739b742435a161e51978c5f4ec5 (diff)
parent6c2bd86f70f526d69c3f262250e8e09afb773a21 (diff)
downloadplatform_hardware_interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.gz
platform_hardware_interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.tar.bz2
platform_hardware_interfaces-7d149a564fca05be37a7bf3c8e675a565d37eea2.zip
Merge changes from topic 'vts_deps'
* changes: VTS tests now static link to HAL def libs. Add cc_defaults VtsHalTargetTestDefaults
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/1.0/vts/functional/Android.bp18
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",
- ],
}