diff options
author | LuK1337 <priv.luk@gmail.com> | 2018-08-10 19:41:00 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-08-28 23:16:10 +0200 |
commit | b30ee6ed1bdd28d9c5f91d072150022b2d79d552 (patch) | |
tree | 828f6019d77ffe6914dc4cda9056cec016740bea /bluetooth | |
parent | e0296f93cc320de51af65e5671272231edad6335 (diff) |
msm8996-common: Fix build of our bluetooth header
Change-Id: I45c5a123c86f3a9ec1ac72011c018a937d4fc70f
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 88f5289..da084a7 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -49,4 +49,5 @@ static inline const char* BtmGetDefaultName() #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME FALSE #define BT_CLEAN_TURN_ON_DISABLED 1 +#undef PROPERTY_VALUE_MAX #endif |