From d9806a58d08ec872d814e451d7f87db14c252ee2 Mon Sep 17 00:00:00 2001 From: tunturn Date: Thu, 23 Feb 2017 23:24:43 +1100 Subject: 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 --- bluetooth/bdroid_buildcfg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bluetooth') 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 -- cgit v1.2.3