sdm660-common: bluetooth: Push and pop PROPERTY_VALUE_MAX in buildcfg header
This deals with the PROPERTY_VALUE_MAX redefinition compilation issue. Change-Id: I34bb283512ca1a75c680af140846f16cccf0c645
This commit is contained in:
parent
4140eb5ed8
commit
f940b8f2e2
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
#ifndef _BDROID_BUILDCFG_H
|
#ifndef _BDROID_BUILDCFG_H
|
||||||
#define _BDROID_BUILDCFG_H
|
#define _BDROID_BUILDCFG_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
#pragma push_macro("PROPERTY_VALUE_MAX")
|
||||||
|
|
||||||
#include <cutils/properties.h>
|
#include <cutils/properties.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -56,4 +59,6 @@ static inline const char* BtmGetDefaultName()
|
||||||
/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
|
/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
|
||||||
#define AVDT_NUM_SEPS 12
|
#define AVDT_NUM_SEPS 12
|
||||||
|
|
||||||
|
#pragma pop_macro("PROPERTY_VALUE_MAX")
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue