am b9f3d31c: am fc2ceae7: Merge "Remove two -D flags for unused macros."

* commit 'b9f3d31ce40bceec4ecf86e2aaf83f1d8857f346':
  Remove two -D flags for unused macros.
This commit is contained in:
Elliott Hughes 2013-09-23 11:22:05 -07:00 committed by Android Git Automerger
commit 4988ec89db

View File

@ -491,14 +491,12 @@ libc_arch_dynamic_src_files := $(_LIBC_ARCH_DYNAMIC_SRC_FILES)
# Define some common cflags
# ========================================================
libc_common_cflags := \
-DWITH_ERRLIST \
-DANDROID_CHANGES \
-D_LIBC=1 \
-DFLOATING_POINT \
-DINET6 \
-I$(LOCAL_PATH)/private \
-DPOSIX_MISTAKE \
-DLOG_ON_HEAP_ERROR \
-Wall -Wextra
ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)