OSDN Git Service

Merge "DO NOT MERGE ANYWHERE Don\'t clear the btsnoop log ringbuffer on compress...
[android-x86/system-bt.git] / vendor_libs / linux / Android.mk
index 4bebb1d..c5b120d 100644 (file)
@@ -18,6 +18,8 @@ LOCAL_PATH := $(call my-dir)
 
 ifeq ($(BOARD_HAVE_BLUETOOTH_LINUX), true)
 
+# libbt-vendor shared library for target
+# ========================================================
 include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := \
@@ -32,6 +34,10 @@ LOCAL_SHARED_LIBRARIES := \
 LOCAL_MODULE := libbt-vendor
 LOCAL_MODULE_TAGS := optional
 
+LOCAL_CFLAGS += $(bluetooth_CFLAGS)
+LOCAL_CONLYFLAGS += $(bluetooth_CONLYFLAGS)
+LOCAL_CPPFLAGS += $(bluetooth_CPPFLAGS)
+
 include $(BUILD_SHARED_LIBRARY)
 
 endif  # BOARD_HAVE_BLUETOOTH_LINUX