summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:43:43 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:43:43 -0700
commit8743cdb9214608fe2cbb155afe24629c6d96bcfc (patch)
tree52233e8b63b393a7b40013b634f230cda178020d
parentbb652fd3a0573e29a0881642b508a3d9dd45cc14 (diff)
downloadandroid_device_common-8743cdb9214608fe2cbb155afe24629c6d96bcfc.tar.gz
android_device_common-8743cdb9214608fe2cbb155afe24629c6d96bcfc.tar.bz2
android_device_common-8743cdb9214608fe2cbb155afe24629c6d96bcfc.zip
Add liblog
Bug: 8580410 Change-Id: Ib99982bdd1bf08a4a11002faa5149f9883209dd6
-rw-r--r--libbt/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbt/Android.mk b/libbt/Android.mk
index 4b5ce4d..2ab3cc6 100644
--- a/libbt/Android.mk
+++ b/libbt/Android.mk
@@ -18,7 +18,8 @@ LOCAL_C_INCLUDES += \
$(BDROID_DIR)/hci/include
LOCAL_SHARED_LIBRARIES := \
- libcutils
+ libcutils \
+ liblog
LOCAL_MODULE := libbt-vendor
LOCAL_MODULE_TAGS := optional