commit | d2c9dcc9265e66f6432ec39dcc7378b944449e60 | [log] [tgz] |
---|---|---|
author | Dave Bort <dbort@android.com> | Thu Apr 23 15:50:03 2009 -0700 |
committer | Dave Bort <dbort@android.com> | Fri Apr 24 14:13:53 2009 -0700 |
tree | 5813f5bf0b7392f2b5d852240b455fd311df5fef | |
parent | 61663573dd7de5ed6799af7f3df1940add84718b [diff] |
libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC We're soon going to stop using TARGET_BUILD_TYPE==debug to debug native modules. Signed-off-by: Dave Bort <dbort@android.com>
diff --git a/libc/Android.mk b/libc/Android.mk index 330802a..333dd1e 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -338,7 +338,7 @@ -DINET6 \ -I$(LOCAL_PATH)/private \ -ifeq ($(TARGET_BUILD_TYPE),debug) +ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true) libc_common_cflags += -DDEBUG endif