aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortunturn <arbiter1000@gmail.com>2017-02-23 23:24:43 +1100
committertunturn <arbiter1000@gmail.com>2017-03-09 11:48:39 +1100
commitd9806a58d08ec872d814e451d7f87db14c252ee2 (patch)
tree673d305e2a2bda722e87d80179f01d0f466d4b66
parent8112285a6f986d3d4db3a5b73d024384b946a7fc (diff)
shinano-common: build: Our kernel is missing CLOCK_BOOTTIME_ALARM (alarmtimer)
* Kanged from https://github.com/LineageOS/android_device_htc_m8/commit/35a3ea67af2e6d4bbaccba6d483da228f4e5ccce Change-Id: I363f71d69d17dc8447c3f845a0673a6a410071b0
-rw-r--r--bluetooth/bdroid_buildcfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 9f9c9dc..c02001e 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -20,4 +20,7 @@
#define BTA_DISABLE_DELAY 100 /* in milliseconds */
+/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
+#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
+
#endif