aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2010-06-08ndk-build: On Windows, check that a Cygwin-compatible GNU Make is being used.David 'Digit' Turner
2010-06-07Set optimization mode to 'debug' automatically for debuggable applications.David 'Digit' Turner
2010-06-04ndk-gdb: fix to work properly with OS X's BSD awkDavid 'Digit' Turner
2010-06-02Warn about unsupported source file extensions in LOCAL_SRC_FILES.David 'Digit' Turner
2010-06-01Place generated binaries under $PROJECT/obj/ndk/ instead of $PROJECT/bin/ndk/David 'Digit' Turner
2010-06-01Make the AndroidManifest.xml optional when using ndk-build.David 'Digit' Turner
2010-06-01ndk/build/tools: fix improper mktemp usageDavid 'Digit' Turner
2010-05-14Fix C headers for all platforms.David 'Digit' Turner
2010-05-10Move samples from apps/<name>/project to samples/<name>android-sdk-2.2_r1David 'Digit' Turner
2010-05-07Fix windows NDK build - add runtime check for Cygwin 1.5David 'Digit' Turner
2010-05-03Enable the NX (No Execute) security feature for all NDK-generated machine cod...David 'Digit' Turner
2010-05-03Fix --package option processing in build/tools/download-toolchain-sources.shDavid 'Digit' Turner
2010-05-03Add <android/bitmap.h> / libjnigraphics.so to it.David 'Digit' Turner
2010-05-01Add android-8 sysroot to the NDK. For now, this is a simple copy of android-5.David 'Digit' Turner
2010-04-30Merge "Add --start, --launch=<name> and --launch-list options to ndk-gdb." in...David 'Digit' Turner
2010-04-29Add --start, --launch=<name> and --launch-list options to ndk-gdb.David 'Digit' Turner
2010-04-27Fix rebuild-all-prebuilt.sh, and add --try-x86 option.David 'Digit' Turner
2010-04-27Support .s raw assembly source files in LOCAL_SRC_FILES too.David 'Digit' Turner
2010-04-26Rework toolchain binaries build scripts.David 'Digit' Turner
2010-04-26Add ndk-gdb script to the NDK.David 'Digit' Turner
2010-04-15Simplify build system with the 'ndk-build' script.David 'Digit' Turner
2010-04-09Make APP_MODULES optional in Application.mk.David 'Digit' Turner
2010-04-08Merge "Remove annoying compiler warning when building C++ sources using va_li...David 'Digit' Turner
2010-04-08Remove annoying compiler warning when building C++ sources using va_list types.David 'Digit' Turner
2010-04-08Extract the debuggable flag from the application's manifest andDavid 'Digit' Turner
2010-04-08Perform auto-detection of host platform in build scripts.David 'Digit' Turner
2010-04-07Add two awk scripts that will be used by the ndk debugging helper scripts.David 'Digit' Turner
2010-04-06Copy the gdbserver binary from the toolchain to the proper locationDavid 'Digit' Turner
2010-04-06Merge "Refine download function to support ftp, ssh with <machine>:<path> and...David 'Digit' Turner
2010-04-05Refine download function to support ftp, ssh with <machine>:<path> and file:/...David 'Digit' Turner
2010-04-05Properly select the toolchain based on the ABIs we want to build for.David Turner
2010-04-05Fix APP parsing.David Turner
2010-04-02Move common functions from build tool scripts to ndk-common.shDavid 'Digit' Turner
2010-04-02Remove obsolete script from NDK build process.David 'Digit' Turner
2010-04-02Merge "Fix location of <fenv.h> in the NDK C library headers." into froyoDavid 'Digit' Turner
2010-04-02Fix location of <fenv.h> in the NDK C library headers.David 'Digit' Turner
2010-04-02Merge "Clarify build/host-setup.sh error message when there are no toolchain ...David 'Digit' Turner
2010-04-02Clarify build/host-setup.sh error message when there are no toolchain binaries.David 'Digit' Turner
2010-04-02build/host-setup.sh will panic if the NDK installation root contains a space.David 'Digit' Turner
2010-03-31build-toolchain.sh: fix the --force-build optionDavid 'Digit' Turner
2010-03-31Allow toolchain source patching in build-toolchain.shDavid 'Digit' Turner
2010-03-31Merge "NDK can now build JNI code for IA" into froyo-plus-aospJean-Baptiste Queru
2010-03-31Merge "Port NDK build tools to IA" into froyo-plus-aospJean-Baptiste Queru
2010-03-31NDK can now build JNI code for IABruce Beare
2010-03-31Port NDK build tools to IABruce Beare
2010-03-31download-toolchain-source.sh: use 'master' branch instead of 'eclair' by defa...David 'Digit' Turner
2010-03-22merge from open-source masterThe Android Open Source Project
2010-03-19Merge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)"David 'Digit' Turner
2010-03-18Remove problematic headers from x86 android-5 headers.David 'Digit' Turner
2010-03-18Add missing headers to the x86 android-5 headers (GLES/GLES2/log)David 'Digit' Turner