Skip to content
Snippets Groups Projects
Commit 47dda5d8 authored by Alex Deymo's avatar Alex Deymo
Browse files

Add liblog dependency to libbt-vendor.

lubcutils doesn't bundle liblog anymore. This fixes the build in boards
defining BOARD_HAVE_BLUETOOTH_LINUX.

Bug: None
Test: `make droid` in such board.
Change-Id: Ic9b7ba045c3a291eb33a606ffabc41c45c9ca3e2
parent f25b11dd
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../
LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils
LOCAL_STATIC_LIBRARIES := libosi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment