aboutsummaryrefslogtreecommitdiff
path: root/build/core/default-build-commands.mk
AgeCommit message (Expand)Author
2014-12-02Set GCC 4.8 as the default for 32-bit ABIsAndrew Hsieh
2014-10-15Fixes for clang3.5-based RS toolsAndrew Hsieh
2014-07-07Use *-gcc-ar instead of *-ar for better LTO supportAndrew Hsieh
2014-02-20Move comments out of defineAndrew Hsieh
2014-02-17Add -rpath-link for linking executableAndrew Hsieh
2014-02-17Misc fixesAndrew Hsieh
2014-02-06Build .asm with yasm; Add a testcaseAndrew Hsieh
2013-12-03Build static libs with Deterministic (option D) mode of ar toolAndrew Hsieh
2013-10-29Add RS support in API19Andrew Hsieh
2013-08-29Add LOCAL_CONLY_FLAGS and APP_CONLY_FLAGSAndrew Hsieh
2013-06-17NDK: Enable -Werror=format-securityNick Kralevich
2013-03-12Separate SYSROOT into SYSROOT_INC and SYSROOT_LINKAndrew Hsieh
2013-02-18Set TARGET_LIBGCC to -lgcc instead of full libgcc.a pathAndrew Hsieh
2013-02-01Parameterize target-obj/lib/soname-extensionAndrew Hsieh
2013-01-08Add static code analyzer NDK_ANALYZE=1Andrew Hsieh
2012-08-27Update default build commands.David 'Digit' Turner
2012-08-20Fix wrong build commands when using multiple ABIs.Jason Lin
2012-06-27Remove *LDSCRIPT_X and *LDSCRIPT_XSCAndrew Hsieh
2012-05-28Revise LOCAL_DISABLE_NO_EXECUTE and LOCAL_DISABLE_RELRO implementationsAndrew Hsieh
2012-05-18ndk: compile third party apps with relro support.Nick Kralevich
2012-04-02[MIPS] Support to ndk scripts to build MIPS NDKChao-Ying Fu
2012-02-17Build modules with hundreds or thousands of sources.David 'Digit' Turner
2011-07-14Fix multi-abi build.David 'Digit' Turner
2011-06-20Remove absolute paths from shared librariesMark D Horn
2010-11-19Do not use -Wl,--whole-archive is not needed.David 'Digit' Turner
2010-11-18Add support for LOCAL_WHOLE_STATIC_LIBRARIES.android-2.3_r1android-2.3.2_r1android-2.3.1_r1David 'Digit' Turner
2010-10-23Generate smaller release binaries.David 'Digit' Turner
2010-10-07Fix cygwin build on Windows.David 'Digit' Turner