HomeSort by relevance Sort by last modified time
    Searched refs:NDK_DIR (Results 1 - 19 of 19) sorted by null

  /ndk/build/tools/
make-standalone-toolchain.sh 37 NDK_DIR=`dirname $0`
38 NDK_DIR=`dirname $NDK_DIR`
39 NDK_DIR=`dirname $NDK_DIR`
40 register_var_option "--ndk-dir=<path>" NDK_DIR "Take source files from NDK at <path>"
57 # Check NDK_DIR
58 if [ ! -d "$NDK_DIR/build/core" ] ; then
59 echo "Invalid source NDK directory: $NDK_DIR"
98 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; the
    [all...]
build-host-toolbox.sh 39 NDK_DIR=
40 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
57 # Handle NDK_DIR
58 if [ -z "$NDK_DIR" ] ; then
59 NDK_DIR=$ANDROID_NDK_ROOT
60 log "Auto-config: --ndk-dir=$NDK_DIR"
62 if [ ! -d "$NDK_DIR" ] ; then
63 echo "ERROR: NDK directory does not exists: $NDK_DIR"
96 DSTDIR=$NDK_DIR/$SUBDIR
114 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe
    [all...]
build-gabi++.sh 47 NDK_DIR=
48 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
69 # Handle NDK_DIR
70 if [ -z "$NDK_DIR" ] ; then
71 NDK_DIR=$ANDROID_NDK_ROOT
72 log "Auto-config: --ndk-dir=$NDK_DIR"
74 if [ ! -d "$NDK_DIR" ] ; then
75 echo "ERROR: NDK directory does not exists: $NDK_DIR"
122 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
157 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES
    [all...]
build-stlport.sh 47 NDK_DIR=
48 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
69 # Handle NDK_DIR
70 if [ -z "$NDK_DIR" ] ; then
71 NDK_DIR=$ANDROID_NDK_ROOT
72 log "Auto-config: --ndk-dir=$NDK_DIR"
74 if [ ! -d "$NDK_DIR" ] ; then
75 echo "ERROR: NDK directory does not exists: $NDK_DIR"
155 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
198 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES
    [all...]
build-ccache.sh 60 NDK_DIR=$1
61 if [ -z "$NDK_DIR" ] ; then
66 mkdir -p $NDK_DIR
68 echo "ERROR: Could not create NDK target directory: $NDK_DIR"
111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
build-target-prebuilts.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"
55 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
78 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
82 FLAGS=$FLAGS" --ndk-dir=\"$NDK_DIR\""
build-host-awk.sh 31 NDK_DIR=$ANDROID_NDK_ROOT
32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"
43 OUT=$NDK_DIR/$SUBDIR
80 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
copy-libstdcxx.sh 35 NDK_DIR="$ANDROID_NDK_ROOT"
36 register_var_option "--ndk-dir=<path>" NDK_DIR "Source NDK installation."
58 NDK_DIR="$2"
82 if [ -z "$NDK_DIR" ] ; then
87 if [ ! -d "$NDK_DIR" ] ; then
88 echo "ERROR: Not a valid directory: $NDK_DIR"
92 log "Using NDK directory: $NDK_DIR"
107 OUT_DIR="$NDK_DIR/$GNUSTL_SUBDIR"
build-host-make.sh 27 NDK_DIR=$ANDROID_NDK_ROOT
28 register_var_option "--ndk-dir=<path>" NDK_DIR "Install to specific NDK directory"
49 OUT=$NDK_DIR/$SUBDIR
92 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
build-gnu-libstdc++.sh 49 NDK_DIR=
50 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
90 # Handle NDK_DIR
91 if [ -z "$NDK_DIR" ] ; then
92 NDK_DIR=$ANDROID_NDK_ROOT
93 log "Auto-config: --ndk-dir=$NDK_DIR"
95 if [ ! -d "$NDK_DIR" ] ; then
96 echo "ERROR: NDK directory does not exists: $NDK_DIR"
122 prepare_target_build $ABI $PLATFORM $NDK_DIR
130 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$AB
    [all...]
build-host-sed.sh 31 NDK_DIR=$ANDROID_NDK_ROOT
32 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK install directory"
43 OUT=$NDK_DIR/$(get_prebuilt_host_exec sed)
78 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
build-ndk-stack.sh 35 NDK_DIR=$ANDROID_NDK_ROOT
36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path"
60 OUT=$NDK_DIR/$(get_host_exec_name ndk-stack)
105 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
rebuild-all-prebuilt.sh 24 NDK_DIR=$ANDROID_NDK_ROOT
25 register_var_option "--ndk-dir=<path>" NDK_DIR "Put binaries into NDK install directory"
85 FLAGS=$FLAGS" --ndk-dir=$NDK_DIR"
build-gdbserver.sh 73 NDK_DIR="$2"
98 if [ -z "$NDK_DIR" ] ; then
103 if [ ! -d "$NDK_DIR" ] ; then
104 echo "ERROR: NDK directory does not exist: $NDK_DIR"
108 log "Using NDK directory: $NDK_DIR"
128 check_toolchain_install $NDK_DIR $TOOLCHAIN
253 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/$DSTFILE"
builder-funcs.sh 415 if [ -z "$NDK_DIR" ]; then
416 panic "NDK_DIR is not defined!"
417 elif [ ! -d "$NDK_DIR/platforms" ]; then
418 panic "Missing directory: $NDK_DIR/platforms"
423 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
425 BINPREFIX=$NDK_DIR/$(get_default_toolchain_binprefix_for_arch $ARCH)
426 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
build-host-prebuilts.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"
87 run $BUILDTOOLS/gen-platforms.sh --minimal --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS)
90 if [ ! -d "$NDK_DIR/platforms" ]; then
91 echo "ERROR: --no-gen-platforms used but directory missing: $NDK_DIR/platforms"
154 copy_directory "$NDK_DIR/platforms" "$TMPDARWIN/ndk/platforms"
184 echo "Unpacking $(basename $PACK) into $NDK_DIR..."
185 unpack_archive $PACK $NDK_DIR
247 run $BUILDTOOLS/build-gcc.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_NAME $TOOLCHAIN_FLAG
    [all...]
build-gcc.sh 72 NDK_DIR="$2"
91 if [ -z "$NDK_DIR" ] ; then
96 if [ ! -d "$NDK_DIR" ] ; then
97 mkdir -p $NDK_DIR
99 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"
104 log "Using NDK directory: $NDK_DIR"
149 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
287 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
gen-platforms.sh 59 NDK_DIR=$ANDROID_NDK_ROOT
94 NDK_DIR=$optarg
133 echo " --ndk-dir=<path> Use toolchains from this NDK directory [$NDK_DIR]"
359 local TOOLCHAIN_PREFIX="$NDK_DIR/$(get_default_toolchain_binprefix_for_arch $1)"
prebuilt-common.sh 508 check_sysroot $NDK_DIR/platforms $SYSROOT_SUFFIX
987 echo "ERROR: Toolchain '$2' not installed in '$NDK_DIR'!"

Completed in 58 milliseconds