From 290ce270f6f8865839191202bfacea86fca2e6bf Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 10 Aug 2018 19:41:00 +0200 Subject: [PATCH] sanders: Fix build of our bluetooth header Change-Id: I45c5a123c86f3a9ec1ac72011c018a937d4fc70f --- bluetooth/bdroid_buildcfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index e63c2e1..137050b 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -26,4 +26,5 @@ #define BTM_WBS_INCLUDED TRUE #define BTIF_HF_WBS_PREFERRED TRUE #define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE +#undef PROPERTY_VALUE_MAX #endif