Hi everyone, I needed to go back and pull the 4.0.4 source, so I followed these instructions from the website: git clone -b seandroid-4.0.4 https://bitbucket.org/seandroid/manifests.git mkdir seandroid-4.0.4 cd seandroid-4.0.4 repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.4_r2.1 cp ../manifests/local_manifest.xml .repo/ repo sync However, now I'm getting these make errors when I'm building: <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] <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 make: *** [out/host/linux-x86/obj/EXECUTABLES/obbtool_intermediates/Main.o] Error 1 Has anyone else seen this since the move of the code to git? Regards, Gia Nguyen |