data-ipa-cfg-mgr: Disable DEBUG for userdebug builds
Change-Id: Idaee3e6d5b3759028918559b70e04547809bc09b
This commit is contained in:
parent
89acfd7792
commit
af85e825a1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ LOCAL_CFLAGS += -DFEATURE_IPACM_RESTART
|
||||||
LOCAL_CFLAGS += -DFEATURE_ETH_BRIDGE_LE
|
LOCAL_CFLAGS += -DFEATURE_ETH_BRIDGE_LE
|
||||||
|
|
||||||
LOCAL_CFLAGS += -DFEATURE_IPACM_HAL -Wall -Werror -Wno-error=macro-redefined
|
LOCAL_CFLAGS += -DFEATURE_IPACM_HAL -Wall -Werror -Wno-error=macro-redefined
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||||
LOCAL_CFLAGS += -DDEBUG
|
LOCAL_CFLAGS += -DDEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue