Searched refs:NDK_DIR (Results 1 – 25 of 33) sorted by relevance
12
43 NDK_DIR="$2"75 if [ -z "$NDK_DIR" ] ; then80 if [ ! -d "$NDK_DIR" ] ; then81 mkdir -p $NDK_DIR82 fail_panic "Could not create target NDK installation path: $NDK_DIR"85 log "Using NDK directory: $NDK_DIR"104 run copy_directory "$SCAN_BUILD_SRC_DIR" "$NDK_DIR/$SCAN_BUILD_SUBDIR"105 cp -p "$LICENSE_FILE" "$NDK_DIR/$SCAN_BUILD_SUBDIR"106 rm -f $NDK_DIR/$SCAN_BUILD_SUBDIR/scan-build.1109 run copy_directory "$SCAN_VIEW_SRC_DIR" "$NDK_DIR/$SCAN_VIEW_SUBDIR"[all …]
43 NDK_DIR="$2"62 if [ -z "$NDK_DIR" ] ; then67 if [ ! -d "$NDK_DIR" ] ; then68 mkdir -p $NDK_DIR70 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"74 NDK_DIR=`cd $NDK_DIR; pwd`75 log "Using NDK directory: $NDK_DIR"135 OUT=$NDK_DIR/$SUBDIR143 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
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"
45 NDK_DIR=46 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"56 if [ -z "$NDK_DIR" ] ; then57 NDK_DIR=$ANDROID_NDK_ROOT58 log "Auto-config: --ndk-dir=$NDK_DIR"60 if [ ! -d "$NDK_DIR" ] ; then61 echo "ERROR: NDK directory does not exists: $NDK_DIR"71 cd $NDK_DIR127 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" $ALL_LD_MCLDS
23 NDK_DIR=$ANDROID_NDK_ROOT24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"78 GCC_TOOLCHAIN_VERSION=`cat $NDK_DIR/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHA…80 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)93 run cp -f $NDK_DIR/$GABIXX_SUBDIR/libs/$ABI/libgabi++_shared.so $OUT_SYSROOT/usr/lib96 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.a $OUT_SYSROOT/usr/lib97 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib100 run cp -f $NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI/libcompiler_rt_static.a $OUT_SYSROOT/usr/lib103 run cp -f $NDK_DIR/$GCCUNWIND_SUBDIR/libs/$ABI/libgccunwind.a $OUT_SYSROOT/usr/lib107 …run cp -f $NDK_DIR/$GNUSTL_SUBDIR/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libsupc++.a $OUT_SYSROOT/usr/lib[all …]
44 NDK_DIR=`dirname $0`45 NDK_DIR=`dirname $NDK_DIR`46 NDK_DIR=`dirname $NDK_DIR`47 register_var_option "--ndk-dir=<path>" NDK_DIR "Take source files from NDK at <path>"49 if [ -d "$NDK_DIR/prebuilt/$HOST_TAG" ]; then75 if [ ! -d "$NDK_DIR/build/core" ] ; then76 echo "Invalid source NDK directory: $NDK_DIR"223 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then225 echo "Please use --platform=<name> with one of:" `(cd "$NDK_DIR/platforms" && ls)`230 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"[all …]
46 NDK_DIR=47 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."83 if [ -z "$NDK_DIR" ] ; then84 NDK_DIR=$ANDROID_NDK_ROOT85 log "Auto-config: --ndk-dir=$NDK_DIR"87 if [ ! -d "$NDK_DIR" ] ; then88 echo "ERROR: NDK directory does not exists: $NDK_DIR"137 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI197 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
38 NDK_DIR=$ANDROID_NDK_ROOT39 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"122 run copy_file_list "$BUILD_OUT/prefix/bin" $(dirname "$NDK_DIR/$BIN_OUT") perl123 fail_panic "Could not copy executable to: $NDK_DIR/$BIN_OUT"126 run copy_directory "$BUILD_OUT/prefix/lib" "$NDK_DIR/$LIB_OUT"127 fail_panic "Could not copy library to: $NDK_DIR/$LIB_OUT"133 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$BIN_OUT" "$LIB_OUT"
40 NDK_DIR=41 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."72 if [ -z "$NDK_DIR" ] ; then73 NDK_DIR=$ANDROID_NDK_ROOT74 log "Auto-config: --ndk-dir=$NDK_DIR"76 if [ ! -d "$NDK_DIR" ] ; then77 echo "ERROR: NDK directory does not exists: $NDK_DIR"218 DSTDIR=$NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI283 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
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
23 NDK_DIR=$ANDROID_NDK_ROOT24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"105 …run $BUILDTOOLS/gen-platforms.sh --minimal --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_t…108 if [ ! -d "$NDK_DIR/platforms" ]; then109 echo "ERROR: --no-gen-platforms used but directory missing: $NDK_DIR/platforms"183 copy_directory "$NDK_DIR/platforms" "$TMPDARWIN/ndk/platforms"213 echo "Unpacking $(basename $PACK) into $NDK_DIR..."214 unpack_archive $PACK $NDK_DIR312 run $BUILDTOOLS/build-host-yasm.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_FLAGS336 …run $BUILDTOOLS/build-gcc.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_NAME $TOOLCHAIN_FLAGS --with-python=…[all …]
23 NDK_DIR=$ANDROID_NDK_ROOT24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"96 …run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arc…99 if [ ! -d "$NDK_DIR/platforms" ]; then100 echo "ERROR: --no-gen-platforms used but directory missing: $NDK_DIR/platforms"143 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS147 FLAGS=$FLAGS" --ndk-dir=\"$NDK_DIR\""
52 NDK_DIR=53 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."92 if [ -z "$NDK_DIR" ] ; then93 NDK_DIR=$ANDROID_NDK_ROOT94 log "Auto-config: --ndk-dir=$NDK_DIR"96 if [ ! -d "$NDK_DIR" ] ; then97 echo "ERROR: NDK directory does not exists: $NDK_DIR"127 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB130 prepare_target_build $ABI $PLATFORM $NDK_DIR140 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)[all …]
31 NDK_DIR=$ANDROID_NDK_ROOT32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"43 OUT=$NDK_DIR/$(get_prebuilt_host_exec sed)87 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
31 NDK_DIR=$ANDROID_NDK_ROOT32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"43 OUT=$NDK_DIR/$SUBDIR96 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
71 NDK_DIR="$2"103 if [ -z "$NDK_DIR" ] ; then108 if [ ! -d "$NDK_DIR" ] ; then109 echo "ERROR: NDK directory does not exist: $NDK_DIR"113 log "Using NDK directory: $NDK_DIR"133 check_toolchain_install $NDK_DIR $TOOLCHAIN
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"
73 NDK_DIR="$2"93 if [ -z "$NDK_DIR" ] ; then98 if [ ! -d "$NDK_DIR" ] ; then99 mkdir -p $NDK_DIR101 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"105 NDK_DIR=`cd $NDK_DIR; pwd`106 log "Using NDK directory: $NDK_DIR"120 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
98 NDK_DIR="$2"117 if [ -z "$NDK_DIR" ] ; then122 if [ ! -d "$NDK_DIR" ] ; then123 mkdir -p $NDK_DIR125 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"129 NDK_DIR=`cd $NDK_DIR; pwd`130 log "Using NDK directory: $NDK_DIR"215 set_toolchain_ndk $NDK_DIR $TOOLCHAIN512 local NDK_DIR="$2"517 UNWIND_LIB_DIR="$NDK_DIR/$GCCUNWIND_SUBDIR/libs/$ABI/"[all …]
524 if [ -z "$NDK_DIR" ]; then525 panic "NDK_DIR is not defined!"526 elif [ ! -d "$NDK_DIR/platforms" ]; then527 panic "Missing directory: $NDK_DIR/platforms"549 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)557 BINPREFIX=$NDK_DIR/$(get_llvm_toolchain_binprefix $LLVM_VERSION $TAG)561 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)563 SYSROOT=$NDK_DIR/platforms/$PLATFORM/arch-$ARCH
77 NDK_DIR="$2"107 if [ -z "$NDK_DIR" ] ; then112 if [ ! -d "$NDK_DIR" ] ; then113 mkdir -p $NDK_DIR115 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"119 NDK_DIR=`cd $NDK_DIR; pwd`120 log "Using NDK directory: $NDK_DIR"143 set_toolchain_ndk $NDK_DIR $TOOLCHAIN285 run cp -a $NDK_DIR/tests/abcc/jni/*.cpp $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native286 run cp -a $NDK_DIR/tests/abcc/jni/Abcc.h $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native[all …]
36 NDK_DIR=$ANDROID_NDK_ROOT37 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"118 OUT=$NDK_DIR/$(get_host_exec_name $PROGNAME)182 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
67 NDK_DIR=$ANDROID_NDK_ROOT68 register_var_option "--ndk-dir=<path>" NDK_DIR "Select NDK install directory."230 local DSTDIR="$NDK_DIR/$(gdb_ndk_install_dir $1 $2 $3)"231 local PYDIR="$NDK_DIR/$(python_ndk_install_dir $1)"295 run pack_archive "$PACKAGE" "$NDK_DIR" "$SRCDIR"
36 NDK_DIR=56 if [ -z "$NDK_DIR" ]; then57 NDK_DIR=$opt81 if [ -n "$NDK_DIR" ]; then92 NDK_DIR=$(ls -d $TMP_DIR/android-ndk-* | head -1)93 if [ -z "$NDK_DIR" ]; then96 elif [ -z "$NDK_DIR" ]; then128 if [ ! -f "$NDK_DIR/RELEASE.TXT" ]; then134 RELEASE=$(cat $NDK_DIR/RELEASE.TXT)137 CHANGELOG_RELEASE=$(cat $NDK_DIR/docs/CHANGES.html | grep -e "^android-ndk-" | head -1)
31 NDK_DIR=$ANDROID_NDK_ROOT32 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"77 BUILDTOOLS=$NDK_DIR/build/tools97 …run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$…146 run $NDK_DIR/ndk-build -B APP_ABI=$ABI -C jni