am d2c9dcc
: libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BI
Merge commit 'd2c9dcc9265e66f6432ec39dcc7378b944449e60' * commit 'd2c9dcc9265e66f6432ec39dcc7378b944449e60': libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC
This commit is contained in:
commit
3707ba5132
@ -338,7 +338,7 @@ libc_common_cflags := \
|
||||
-DINET6 \
|
||||
-I$(LOCAL_PATH)/private \
|
||||
|
||||
ifeq ($(TARGET_BUILD_TYPE),debug)
|
||||
ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)
|
||||
libc_common_cflags += -DDEBUG
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user