OSDN Git Service

default use CLOCK_BOOTTIME
authoryouling257 <youling257@gmail.com>
Thu, 6 Sep 2018 02:55:37 +0000 (10:55 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 6 Sep 2018 06:53:44 +0000 (14:53 +0800)
Signed-off-by: youling257 <youling257@gmail.com>
BoardConfig.mk
bluetooth/bdroid_buildcfg.h

index fef9278..a63163b 100644 (file)
@@ -7,6 +7,7 @@ TARGET_BOARD_PLATFORM := android-x86
 # Some framework code requires this to enable BT
 BOARD_HAVE_BLUETOOTH := true
 BOARD_HAVE_BLUETOOTH_LINUX := true
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
 
 BOARD_USE_LEGACY_UI := true
 
index df91a8a..a6a788d 100644 (file)
@@ -22,5 +22,6 @@
 #define BLUETOOTH_HCI_USE_USB          TRUE
 // Bluetooth Low Power Mode is supported on BT4.0
 #define HCILP_INCLUDED                 FALSE
+#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
 
 #endif