data-ipa-cfg-mgr: Disable all the debugging
* Same logic as in commit 5463a591007ae63ba3720ed295eac5ef19cc2ce0. Change-Id: I7ca76b868a4678fb5d8280928f90160973e51871
This commit is contained in:
parent
af85e825a1
commit
0895dd6712
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../inc
|
|||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_VENDOR)/lib64
|
||||
LOCAL_MODULE_PATH_32 := $(TARGET_OUT_VENDOR)/lib
|
||||
LOCAL_CFLAGS := -DDEBUG -Wall -Werror
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
LOCAL_CFLAGS := -DDEBUG
|
||||
endif
|
||||
LOCAL_CFLAGS += -Wall -Werror
|
||||
LOCAL_CFLAGS += -DFEATURE_IPA_ANDROID
|
||||
LOCAL_MODULE := libipanat
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
Loading…
Reference in a new issue