summaryrefslogtreecommitdiffstats
path: root/test/Android.mk
diff options
context:
space:
mode:
authorKausik Sinnaswamy <kausik@broadcom.com>2012-08-08 22:11:39 +0530
committerMatthew Xie <mattx@google.com>2012-08-13 23:22:54 -0700
commita4eaddaccd236ec5c5add065e1b393072bdb8386 (patch)
tree2e6c52cacc63cc036b72b02c3082c3ba6972ddf2 /test/Android.mk
parent1a0ab4d5bee3bea4c8153a3d147d5adca3be0bed (diff)
downloadexternal_bluetooth_bluedroid-a4eaddaccd236ec5c5add065e1b393072bdb8386.zip
external_bluetooth_bluedroid-a4eaddaccd236ec5c5add065e1b393072bdb8386.tar.gz
external_bluetooth_bluedroid-a4eaddaccd236ec5c5add065e1b393072bdb8386.tar.bz2
Enhanced bluetooth HAL with DUT mode APIs
These APIs are needed to allow the bluetooth chip to be put into DUT mode so that RF/BB BQB tests can be run Change-Id: Ie5be00da567bc94173f35b098abcaf6f6603a129
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
new file mode 100644
index 0000000..3c3cb61
--- /dev/null
+++ b/test/Android.mk
@@ -0,0 +1,3 @@
+ifneq ($(TARGET_SIMULATOR),true)
+ include $(call all-subdir-makefiles)
+endif