Loading system/hci/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_CFLAGS += $(bdroid_CFLAGS) LOCAL_SRC_FILES := \ src/bt_hci_bdroid.c \ src/lpm.c \ Loading Loading @@ -29,7 +31,8 @@ endif LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/include \ $(LOCAL_PATH)/../utils/include $(LOCAL_PATH)/../utils/include \ $(bdroid_C_INCLUDES) LOCAL_SHARED_LIBRARIES := \ libcutils \ Loading system/hci/include/bt_hci_bdroid.h +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ #include "bt_hci_lib.h" #ifdef HAS_BDROID_BUILDCFG #include "bdroid_buildcfg.h" #endif /****************************************************************************** ** Constants & Macros ******************************************************************************/ Loading Loading
system/hci/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_CFLAGS += $(bdroid_CFLAGS) LOCAL_SRC_FILES := \ src/bt_hci_bdroid.c \ src/lpm.c \ Loading Loading @@ -29,7 +31,8 @@ endif LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/include \ $(LOCAL_PATH)/../utils/include $(LOCAL_PATH)/../utils/include \ $(bdroid_C_INCLUDES) LOCAL_SHARED_LIBRARIES := \ libcutils \ Loading
system/hci/include/bt_hci_bdroid.h +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ #include "bt_hci_lib.h" #ifdef HAS_BDROID_BUILDCFG #include "bdroid_buildcfg.h" #endif /****************************************************************************** ** Constants & Macros ******************************************************************************/ Loading