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:
Dave Bort 2009-04-29 11:02:39 -07:00 committed by The Android Open Source Project
commit 3707ba5132

View File

@ -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