History | View | Annotate | Download (11.5 KB)
run ${ANDROID_NDK}/ndk-build as part of the Eclipse build process
ANDROID_NDK is a pseudo-standard environment variable following the standardANDROID_HOME env var. ANDROID_NDK points to the root of the Android NDK. Iusually put it into /opt/android-ndk.
Eclipse project changes.
Major change here is to disable code analysis errors. Eclipse will no longerspew hundreds of errors when opening a C source file.
add support for "Native Project" handling with Eclipse CDT and Sequoyah