Searched refs:build (Results 1 – 25 of 190) sorted by relevance
12345678
/ndk/build/tools/ |
D | make-release.sh | 211 run $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR" 217 timestamp_clear build-prebuilts 218 timestamp_clear build-host-prebuilts 219 timestamp_clear build-darwin-prebuilts 220 timestamp_clear build-mingw-prebuilts 225 if timestamp_check build-prebuilts; then 227 if timestamp_check build-host-prebuilts; then 229 …run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --build-di… 231 timestamp_set build-host-prebuilts 234 if timestamp_check build-darwin-prebuilts; then [all …]
|
D | build-target-prebuilts.sh | 82 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools 143 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS 153 …run $BUILDTOOLS/build-compiler-rt.sh --abis="$ABIS" $FLAGS --src-dir="$SRC_DIR/llvm-$LLVM_VERSION/… 158 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ --abis="$ABIS" $FLAGS --with-debug-info $BUILD_TOOLCH… 162 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --with-debug-inf… 166 run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-libc++abi --abis="$ABIS" $FLAGS --with-debug-info $BU… 174 …run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++-gabi++ --abis=$abi $FLAGS --with-debug-info $BUILD_T… 188 …run $BUILDTOOLS/build-gnu-libstdc++.sh --abis="$ABIS" $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR" --… 193 run $BUILDTOOLS/build-libportable.sh --abis="$ABIS" $FLAGS $BUILD_TOOLCHAIN
|
D | build-host-prebuilts.sh | 101 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools 270 run $BUILDTOOLS/build-ndk-stack.sh $TOOLCHAIN_FLAGS --with-libbfd --src-dir=$SRC_DIR 274 run $BUILDTOOLS/build-ndk-depends.sh $TOOLCHAIN_FLAGS 278 run $BUILDTOOLS/build-host-make.sh $TOOLCHAIN_FLAGS 282 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS 303 run $BUILDTOOLS/build-host-perl.sh $TOOLCHAIN_FLAGS "$SRC_DIR" 308 …run $BUILDTOOLS/build-host-python.sh $TOOLCHAIN_FLAGS "--toolchain-src-dir=$SRC_DIR" "--systems=$S… 312 run $BUILDTOOLS/build-host-yasm.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_FLAGS 317 run $BUILDTOOLS/build-host-toolbox.sh $FLAGS 336 …run $BUILDTOOLS/build-gcc.sh "$SRC_DIR" "$NDK_DIR" $TOOLCHAIN_NAME $TOOLCHAIN_FLAGS --with-python=… [all …]
|
D | DEV-SCRIPTS-USAGE.TXT | 3 itself, i.e. they are un-needed when using ndk-build to build 27 $NDK/build/core 28 Contains the main NDK build system used when 'ndk-build'. 32 $NDK/build/tools 44 can be used with 'ndk-build'. See docs/CPLUSPLUS-SUPPORT.html for 49 the dev-script 'build-cxx-stl.sh' can be used to generate prebuilt 54 Contains the sources of a port of STLport that can be used with ndk-build. 55 The dev-script 'build-cxx-stl.sh' can be used to generate prebuilt 60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate 66 The dev-script 'build-gnu-libstdc++.sh' is used to generate prebuilt [all …]
|
D | build-ccache.sh | 41 BUILD_OUT=$NDK_TMPDIR/build-ccache 106 cd $BUILD_OUT/$CCACHE_VERSION && run make clean && run make unpack && run make build 111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
|
D | rebuild-all-prebuilt.sh | 27 BUILD_DIR=/tmp/ndk-$USER/build 133 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64 137 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" 165 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
|
/ndk/tests/build/merge-string-literals/ |
D | build.sh | 24 $NDK/ndk-build -C "$PROGDIR" "$@" 27 $NDK/ndk-build -C "$PROGDIR" "$@" APP_ABI="$APP_ABI" 36 make --no-print-dir -f $NDK/build/core/build-local.mk DUMP_$1 | tail -1 38 make --no-print-dir -f $NDK/build/core/build-local.mk DUMP_$1 APP_ABI="$APP_ABI" | tail -1
|
/ndk/build/core/ |
D | build-all.mk | 44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk 45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk 46 BUILD_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-static-library.mk 47 BUILD_SHARED_LIBRARY := $(BUILD_SYSTEM)/build-shared-library.mk 48 BUILD_EXECUTABLE := $(BUILD_SYSTEM)/build-executable.mk 87 …$(call __ndk_warning,WARNING: No modules to build, your APP_MODULES definition is probably incorre… 89 $(call __ndk_warning,WARNING: There are no modules to build in this project!)
|
/ndk/sources/host-tools/ndk-depends/ |
D | GNUmakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-depends 45 define build-c-object 52 define build-cxx-object 60 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\ 64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
|
/ndk/ |
D | ndk-build | 247 . $PROGDIR/build/tools/dev-defaults.sh # for DEFAULT_LLVM_VERSION 302 $GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} | tail -1 310 …$GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | … 316 PERL5LIB="$HOST_PERL_LIB" "$HOST_PERL" $PROGDIR/prebuilt/common/scan-build/scan-build \ 321 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI 324 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"
|
D | ndk-build.cmd | 6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd…
|
D | ndk-which | 45 …NDK_PROJECT_PATH=$TMPDIR $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUMP_$1 AP…
|
/ndk/sources/host-tools/ndk-stack/ |
D | GNUmakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack 68 define build-c-object 75 define build-cxx-object 83 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\ 87 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 1 This is a copy of LLVM's libc++ project, slightly modified to build 31 $NDK/ndk-build -C android/test 36 $NDK/ndk-build 38 3/ To see build commands, use V=1, as in: 40 $NDK/ndk-build -C android/test V=1 52 Main build file for the library. This builds one static and 59 NDK build project for two test programs that link against the 67 By default, ndk-build tries to build with GCC 4.6, however, experimental 75 $NDK/ndk-build -C android/test 78 $NDK/ndk-build -C android/test NDK_TOOLCHAIN_VERSION=4.8 [all …]
|
/ndk/tests/build/multi-abi/ |
D | README | 1 This test checks that we can build the same binary for multiple architectures 2 in a single ndk-build invokation, i.e. when using: 6 This failed in NDK r6 due to a bug in the build scripts.
|
/ndk/tests/build/prebuilt-copy/ |
D | build.sh | 46 $NDK/ndk-build -C "$PREBUILTS_DIR" 49 $NDK/ndk-build -C "$PREBUILTS_DIR" APP_ABI="$APP_ABI" 60 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR" 63 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR" APP_ABI="$APP_ABI"
|
/ndk/tests/ |
D | run-tests-all.sh | 5 NDK_BUILDTOOLS_PATH=$NDK/build/tools 99 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi 102 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea… 107 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --full 113 NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail 121 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine # --full 129 …NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine … 172 ./build/tools/make-standalone-toolchain.sh \
|
D | run-libcxx.sh | 22 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 24 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 26 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 28 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 30 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 32 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
|
/ndk/tests/build/absolute-src-file-paths/ |
D | build.sh | 6 echo $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src" 7 $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src"
|
/ndk/sources/cxx-stl/stlport/ |
D | README.original | 16 build/lib - build directory for STLport library (if you use 18 build/test/unit - build directory for regression (unit) tests 19 build/test/eh - build directory for exception handling tests
|
/ndk/tests/abcc/ |
D | build-abcc.sh | 22 NDK_BUILDTOOLS_PATH=$PROGDIR/../../build/tools 37 BUILD_DIR=/tmp/ndk-$USER/build 77 BUILDTOOLS=$NDK_DIR/build/tools 97 …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
|
/ndk/tests/build/issue17144-byteswap/ |
D | build.sh | 24 $NDK/ndk-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-save-temps NDK_DEBUG=1 34 $NDK/ndk-build -B APP_ABI=x86 APP_CFLAGS=-save-temps NDK_DEBUG=1 46 $NDK/ndk-build -B APP_ABI=mips APP_CFLAGS="-save-temps -mips32r2" NDK_DEBUG=1
|
/ndk/sources/host-tools/nawk-20071023/ |
D | GNUmakefile | 5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk 69 define build-c-file 78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\ 89 $(eval $(call build-c-file,$(PROCTAB_C),$(PROCTAB_O)))
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 24 Google Test is designed to have fairly minimal requirements to build 36 These are the base requirements to build and use Google Test from a source 56 Also, you'll need CMake 2.6.4 or higher if you want to build the 63 build Google Test and its own tests from an SVN checkout (described 109 To build Google Test and your tests that use it, you need to tell your 110 build system where to find its headers and source files. The exact 111 way to do it depends on which build system you use, and is usually 116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it, 117 create a library build target (or a project as called by Visual Studio 140 use to build Google Test on systems where GNU make is available [all …]
|
/ndk/tests/build/libc_no_atexit/ |
D | build.sh | 6 NDK_BUILDTOOLS_PATH=$NDK/build/tools 7 . $NDK/build/tools/prebuilt-common.sh
|
12345678