Searched refs:NDK_DIR (Results 1 – 13 of 13) sorted by relevance
39 NDK_DIR=40 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."58 if [ -z "$NDK_DIR" ] ; then59 NDK_DIR=$ANDROID_NDK_ROOT60 log "Auto-config: --ndk-dir=$NDK_DIR"62 if [ ! -d "$NDK_DIR" ] ; then63 echo "ERROR: NDK directory does not exists: $NDK_DIR"95 DSTDIR=$NDK_DIR/$SUBDIR120 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe" "$SUBDIR/cmp.exe"
49 NDK_DIR=`dirname $0`50 NDK_DIR=`dirname $NDK_DIR`51 NDK_DIR=`dirname $NDK_DIR`52 register_var_option "--ndk-dir=<path>" NDK_DIR "Take source files from NDK at <path>"73 if [ ! -d "$NDK_DIR/build/core" ] ; then74 echo "Invalid source NDK directory: $NDK_DIR"162 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then164 echo "Please use --platform=<name> with one of:" `(cd "$NDK_DIR/platforms" && ls)`168 if [ -d "$NDK_DIR/prebuilt/$HOST_TAG" ]; then175 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME/prebuilt/$SYSTEM"[all …]
60 NDK_DIR=$161 if [ -z "$NDK_DIR" ] ; then66 mkdir -p $NDK_DIR68 echo "ERROR: Could not create NDK target directory: $NDK_DIR"111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
69 NDK_DIR="$2"101 if [ -z "$NDK_DIR" ] ; then106 if [ ! -d "$NDK_DIR" ] ; then107 echo "ERROR: NDK directory does not exist: $NDK_DIR"111 log "Using NDK directory: $NDK_DIR"
61 NDK_DIR=62 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."102 if [ -z "$NDK_DIR" ] ; then103 NDK_DIR=$ANDROID_NDK_ROOT104 log "Auto-config: --ndk-dir=$NDK_DIR"106 if [ ! -d "$NDK_DIR" ]; then107 panic "NDK directory does not exist: $NDK_DIR"
19 NDK_DIR=$ANDROID_NDK_ROOT73 run $MINGW_W64_GCC $STUB_CFLAGS "$NDK_DIR/sources/host-tools/gdb-stub/gdb-stub.c" \
64 NDK_DIR=$ANDROID_NDK_ROOT98 NDK_DIR=$optarg149 echo " --ndk-dir=<path> Use toolchains from this NDK directory [$NDK_DIR]"
1486 echo " Toolchain '$2' not installed in '$NDK_DIR'!"
55 NDK_DIR=56 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."98 if [ -z "$NDK_DIR" ] ; then99 NDK_DIR=$ANDROID_NDK_ROOT100 log "Auto-config: --ndk-dir=$NDK_DIR"102 if [ ! -d "$NDK_DIR" ] ; then103 echo "ERROR: NDK directory does not exists: $NDK_DIR"133 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI/$THUMB137 prepare_target_build $ABI $PLATFORM $NDK_DIR220 CFLAGS="$CFLAGS -I$NDK_DIR/$SUPPORT_SUBDIR/include"[all …]
31 NDK_DIR=$ANDROID_NDK_ROOT32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"43 OUT=$NDK_DIR/$SUBDIR92 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
27 NDK_DIR=$ANDROID_NDK_ROOT28 register_var_option "--ndk-dir=<path>" NDK_DIR "Install to specific NDK directory"49 OUT=$NDK_DIR/$SUBDIR108 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
35 NDK_DIR=$ANDROID_NDK_ROOT36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"