summaryrefslogtreecommitdiffstats
path: root/hci/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-07-17 19:16:52 -0700
committerColin Cross <ccross@android.com>2012-07-17 19:16:52 -0700
commit6b69af7c683e1e3edd25891d73eba5914f885d4b (patch)
tree7f8de1c567e6e39d610614f795b06cfd6c8051dd /hci/Android.mk
parentdff2b120f73b1a2d12ef33de55cb553c86135b92 (diff)
downloadexternal_bluetooth_bluedroid-6b69af7c683e1e3edd25891d73eba5914f885d4b.tar.gz
external_bluetooth_bluedroid-6b69af7c683e1e3edd25891d73eba5914f885d4b.tar.bz2
external_bluetooth_bluedroid-6b69af7c683e1e3edd25891d73eba5914f885d4b.zip
Use dlopen to avoid compile time linking against libbt-vendor.so
libbt-vendor.so is in vendor/, and shouldn't be compile-time linked against from external/. Use dlopen instead. Change-Id: Iefc2d5232506ce8e60a6e5dd93328332549daa1e
Diffstat (limited to 'hci/Android.mk')
-rw-r--r--hci/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/Android.mk b/hci/Android.mk
index a500538..b21793b 100644
--- a/hci/Android.mk
+++ b/hci/Android.mk
@@ -16,7 +16,7 @@ LOCAL_C_INCLUDES += \
LOCAL_SHARED_LIBRARIES := \
libcutils \
- libbt-vendor
+ libdl
LOCAL_MODULE := libbt-hci
LOCAL_MODULE_TAGS := optional