summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 22:21:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-09 22:21:11 -0700
commit2809e275721fbcd360eb3d4d4482ec1eaf0390d9 (patch)
treeafec6563dfa24eb32f1621e185f892e1ba41dbc2
parentbd91ec48841c6fabd9f1173c1553317dde502839 (diff)
parent8743cdb9214608fe2cbb155afe24629c6d96bcfc (diff)
downloadandroid_device_common-2809e275721fbcd360eb3d4d4482ec1eaf0390d9.tar.gz
android_device_common-2809e275721fbcd360eb3d4d4482ec1eaf0390d9.tar.bz2
android_device_common-2809e275721fbcd360eb3d4d4482ec1eaf0390d9.zip
am 8743cdb9: Add liblog
* commit '8743cdb9214608fe2cbb155afe24629c6d96bcfc': Add liblog
-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