Home | History | Annotate | Download | only in tools

Lines Matching refs:ndk

18 #  the Android NDK's prebuilt binaries.
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
30 <ndk-dir> is the top-level NDK installation path and <toolchain>
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
99 # Check NDK installation directory
102 echo "ERROR: Missing NDK directory parameter. See --help for details."
107 echo "ERROR: NDK directory does not exist: $NDK_DIR"
111 log "Using NDK directory: $NDK_DIR"
131 check_toolchain_install $ANDROID_BUILD_TOP/prebuilts/ndk/current $TOOLCHAIN