data-ipa-cfg-mgr: Disable DEBUG for userdebug builds

Change-Id: Idaee3e6d5b3759028918559b70e04547809bc09b
This commit is contained in:
Luca Stefani 2017-07-18 18:24:43 +02:00 committed by Max Weffers
parent 89acfd7792
commit af85e825a1
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -27,7 +27,7 @@ LOCAL_CFLAGS += -DFEATURE_IPACM_RESTART
LOCAL_CFLAGS += -DFEATURE_ETH_BRIDGE_LE
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
endif