No description
Find a file
Jim Huang fddf23f19e 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-10-27 10:38:10 -07:00
core HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE 2011-10-27 10:38:10 -07:00
libs/host Fix "make acp" under Cygwin. DO NOT MERGE. 2010-10-27 19:06:12 -07:00
target am 1615c2fc: Rename generic_arm5 to generic_armv5 2011-09-08 11:13:50 -07:00
tools Sort the results of findleaves again. 2011-08-19 08:14:53 +02:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default The java version changed, and we made envsetup automatically find the right JAVA_HOME. 2010-06-23 14:03:13 -07:00
CleanSpec.mk Pass device characteristic information through to aapt. 2010-10-06 10:44:33 -04:00
envsetup.sh am 62a2b188: Merge "Avoid complaining about empty directories" 2011-07-18 13:45:15 -07:00