From 6fc02a67e25e2e6b308c03580355307fa4212c43 Mon Sep 17 00:00:00 2001 From: Mister Oyster Date: Sun, 22 Jan 2017 17:46:59 +0100 Subject: [PATCH] bluetooth: add some old props --- bluetooth/bdroid_buildcfg.h | 2 ++ board/hardware.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 21b8ae0..1f83ed0 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -3,4 +3,6 @@ #define BTM_DEF_LOCAL_NAME "MEIZU M2 Note" +/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ +#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE #endif diff --git a/board/hardware.mk b/board/hardware.mk index 92ea847..d123627 100644 --- a/board/hardware.mk +++ b/board/hardware.mk @@ -24,6 +24,7 @@ BOARD_CHARGER_SHOW_PERCENTAGE := true # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_MTK := true +BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # WiFi