platform_build/core/combo
Jim Huang cb48497ff2 HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE
While building Android with latest host gcc, it causes the following
build error:

Install: out/host/linux-x86/bin/mkbootimg
host C++: obbtool <= frameworks/base/tools/obbtool/Main.cpp
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<built-in>:0:0: note: this is the location of the previous definition
cc1plus: all warnings being treated as errors

In order to make build system happy, this patch does unset macro
_FORTIFY_SOURCE and then define it in host cflags.

Change-Id: Ic37a90f05081a2c3650b3335bc87e9e895900fb2
2011-11-10 13:28:13 -08:00
..
arch/arm Add a new build target armv7-a-neon 2010-03-10 16:07:14 -08:00
HOST_darwin-x86.mk Add LOCAL_GROUP_STATIC_LIBRARIES 2011-04-25 14:22:41 -07:00
HOST_linux-x86.mk HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE 2011-11-10 13:28:13 -08:00
HOST_windows-x86.mk Get rid of $(combo_target) 2010-02-23 12:36:56 -08:00
javac.mk Fix the build: properly detect the BUILD OS version of Java, not the host one. 2010-06-12 11:44:48 -07:00
select.mk am 16e7050c: am e9b1d0ee: am f8f95fc8: Merge "Allow win_sdk build with USE_CCACHE=1" 2011-03-15 04:13:24 -07:00
TARGET_linux-arm.mk Conditionally disable -Wno-unused-but-set-variable for gcc-4.6. 2011-07-14 16:34:26 -07:00
TARGET_linux-sh.mk Add .gnu_debuglink when stripping DSOs. 2011-06-28 12:47:34 +04:00
TARGET_linux-x86.mk am a1b603a5: am 4b398749: am c5033a33: Merge "x86: remove obsolete comments" 2011-08-29 11:05:08 -07:00