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

1 2

  /ndk/build/tools/
build-analyzer.sh 43 NDK_DIR="$2"
75 if [ -z "$NDK_DIR" ] ; then
80 if [ ! -d "$NDK_DIR" ] ; then
81 mkdir -p $NDK_DIR
82 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.1
109 run copy_directory "$SCAN_VIEW_SRC_DIR" "$NDK_DIR/$SCAN_VIEW_SUBDIR
    [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"
95 DSTDIR=$NDK_DIR/$SUBDIR
120 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe" "$SUBDIR/cmp.exe
    [all...]
deploy-host-mcld.sh 45 NDK_DIR=
46 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"
56 if [ -z "$NDK_DIR" ] ; then
57 NDK_DIR=$ANDROID_NDK_ROOT
58 log "Auto-config: --ndk-dir=$NDK_DIR"
60 if [ ! -d "$NDK_DIR" ] ; then
61 echo "ERROR: NDK directory does not exists: $NDK_DIR"
71 cd $NDK_DIR
127 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" $ALL_LD_MCLDS
build-host-yasm.sh 43 NDK_DIR="$2"
62 if [ -z "$NDK_DIR" ] ; then
67 if [ ! -d "$NDK_DIR" ] ; then
68 mkdir -p $NDK_DIR
70 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/$SUBDIR
143 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR
    [all...]
build-libportable.sh 46 NDK_DIR=
47 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
78 # Handle NDK_DIR
79 if [ -z "$NDK_DIR" ] ; then
80 NDK_DIR=$ANDROID_NDK_ROOT
81 log "Auto-config: --ndk-dir=$NDK_DIR"
83 if [ ! -d "$NDK_DIR" ] ; then
84 echo "ERROR: NDK directory does not exists: $NDK_DIR"
133 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI
190 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-on-device-toolchain.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
24 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 '^TOOLCHAIN_VERSION' | awk '{print $3'}`
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/lib
96 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.a $OUT_SYSROOT/usr/lib
97 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib
100 run cp -f $NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI/libcompiler_rt_static.a $OUT_SYSROOT/usr/lib
103 run cp -f $NDK_DIR/$GCCUNWIND_SUBDIR/libs/$ABI/libgccunwind.a $OUT_SYSROOT/usr/lib
107 run cp -f $NDK_DIR/$GNUSTL_SUBDIR/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libsupc++.a $OUT_SYSROOT/usr/li
    [all...]
build-host-perl.sh 38 NDK_DIR=$ANDROID_NDK_ROOT
39 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") perl
123 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"
build-compiler-rt.sh 40 NDK_DIR=
41 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
71 # Handle NDK_DIR
72 if [ -z "$NDK_DIR" ] ; then
73 NDK_DIR=$ANDROID_NDK_ROOT
74 log "Auto-config: --ndk-dir=$NDK_DIR"
76 if [ ! -d "$NDK_DIR" ] ; then
77 echo "ERROR: NDK directory does not exists: $NDK_DIR"
205 DSTDIR=$NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI
265 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES
    [all...]
make-standalone-toolchain.sh 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" ]; then
68 # Check NDK_DIR
69 if [ ! -d "$NDK_DIR/build/core" ] ; then
70 echo "Invalid source NDK directory: $NDK_DIR"
    [all...]
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
96 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
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)
87 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
build-gnu-libstdc++.sh 51 NDK_DIR=
52 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
82 # Handle NDK_DIR
83 if [ -z "$NDK_DIR" ] ; then
84 NDK_DIR=$ANDROID_NDK_ROOT
85 log "Auto-config: --ndk-dir=$NDK_DIR"
87 if [ ! -d "$NDK_DIR" ] ; then
88 echo "ERROR: NDK directory does not exists: $NDK_DIR"
118 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB
121 prepare_target_build $ABI $PLATFORM $NDK_DIR
    [all...]
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
108 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
build-host-prebuilts.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
24 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_to_commas $ARCHS)
108 if [ ! -d "$NDK_DIR/platforms" ]; then
109 echo "ERROR: --no-gen-platforms used but directory missing: $NDK_DIR/platforms"
180 copy_directory "$NDK_DIR/platforms" "$TMPDARWIN/ndk/platforms"
210 echo "Unpacking $(basename $PACK) into $NDK_DIR..."
211 unpack_archive $PACK $NDK_DIR
313 run $BUILDTOOLS/build-host-yasm.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_FLAG
    [all...]
build-gdbserver.sh 69 NDK_DIR="$2"
101 if [ -z "$NDK_DIR" ] ; then
106 if [ ! -d "$NDK_DIR" ] ; then
107 echo "ERROR: NDK directory does not exist: $NDK_DIR"
111 log "Using NDK directory: $NDK_DIR"
131 check_toolchain_install $NDK_DIR $TOOLCHAIN
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"
103 FLAGS=$FLAGS" --ndk-dir=$NDK_DIR"
build-gdb-stub.sh 19 NDK_DIR=$ANDROID_NDK_ROOT
73 run $MINGW_W64_GCC $STUB_CFLAGS "$NDK_DIR/sources/host-tools/gdb-stub/gdb-stub.c" \
build-target-prebuilts.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
24 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"
65 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
68 if [ ! -d "$NDK_DIR/platforms" ]; then
69 echo "ERROR: --no-gen-platforms used but directory missing: $NDK_DIR/platforms"
102 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS
107 FLAGS=$FLAGS" --ndk-dir=\"$NDK_DIR\""
build-ndk-stack.sh 36 NDK_DIR=$ANDROID_NDK_ROOT
37 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"
builder-funcs.sh 514 if [ -z "$NDK_DIR" ]; then
515 panic "NDK_DIR is not defined!"
516 elif [ ! -d "$NDK_DIR/platforms" ]; then
517 panic "Missing directory: $NDK_DIR/platforms"
538 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)
546 BINPREFIX=$NDK_DIR/$(get_llvm_toolchain_binprefix $LLVM_VERSION $TAG)
549 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH)
build-device-llvm.sh 73 NDK_DIR="$2"
93 if [ -z "$NDK_DIR" ] ; then
98 if [ ! -d "$NDK_DIR" ] ; then
99 mkdir -p $NDK_DIR
101 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
build-gcc.sh 98 NDK_DIR="$2"
117 if [ -z "$NDK_DIR" ] ; then
122 if [ ! -d "$NDK_DIR" ] ; then
123 mkdir -p $NDK_DIR
125 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 $TOOLCHAIN
495 # $2: NDK_DIR
    [all...]
  /ndk/tests/
check-release.sh 36 NDK_DIR=
56 if [ -z "$NDK_DIR" ]; then
57 NDK_DIR=$opt
81 if [ -n "$NDK_DIR" ]; then
92 NDK_DIR=$(ls -d $TMP_DIR/android-ndk-* | head -1)
93 if [ -z "$NDK_DIR" ]; then
96 elif [ -z "$NDK_DIR" ]; then
128 if [ ! -f "$NDK_DIR/RELEASE.TXT" ]; then
134 RELEASE=$(cat $NDK_DIR/RELEASE.TXT)
137 CHANGELOG_RELEASE=$(cat $NDK_DIR/docs/CHANGES.html | grep -e "^android-ndk-" | head -1
    [all...]
  /ndk/tests/abcc/
build-abcc.sh 31 NDK_DIR=$ANDROID_NDK_ROOT
32 register_var_option "--ndk-dir=<path>" NDK_DIR "NDK installation directory"
77 BUILDTOOLS=$NDK_DIR/build/tools
97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no-sync $FLAGS $SRC_DIR
146 run $NDK_DIR/ndk-build -B APP_ABI=$ABI -C jni

Completed in 339 milliseconds

1 2