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

  /ndk/build/tools/
prebuilt-common.sh 437 case $HOST_TAG in
454 echo "ERROR: Unsupported HOST_TAG: $HOST_TAG"
481 case $HOST_TAG in
497 # We used to test the value of $HOST_TAG for *-x86_64, but this is
526 force_32bit_binaries # to modify HOST_TAG and others
531 case $HOST_TAG in
541 HOST_TAG=windows
625 echo "$1/toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG"
rebuild-all-prebuilt.sh 78 # Needed to set HOST_TAG to windows if --mingw is used.
219 package_it "$1 toolchain" "$1-$HOST_TAG" "toolchains/$1/prebuilt/$HOST_TAG"
243 LIBSUPC_DIR="toolchains/arm-linux-androideabi-4.4.3/prebuilt/$HOST_TAG/arm-linux-androideabi/lib"
269 TOOLCHAIN_FLAGS="--toolchain-pkg=\"$PACKAGE_DIR/arm-linux-androideabi-4.4.3-$HOST_TAG.tar.bz2\""
274 TOOLCHAIN_FLAGS="--toolchain-pkg=\"$PACKAGE_DIR/x86-4.2.1-$HOST_TAG.tar.bz2\""
build-ccache.sh 111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
make-release.sh 61 HOST_SYSTEMS="$HOST_TAG"
64 if [ "$HOST_TAG" == "linux-x86" ] ; then
make-standalone-toolchain.sh 38 SYSTEM=$HOST_TAG
copy-libstdcxx.sh 52 # Set HOST_TAG to linux-x86 on 64-bit Linux systems
67 TOOLCHAIN_DIR2="$TOOLCHAIN_DIR/toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG"
package-release.sh 155 HOST_NDK_SUFFIX="$HOST_TAG.zip"
158 SYSTEMS=$HOST_TAG
dev-system-import.sh 26 # This sets HOST_TAG to linux-x86 or darwin-x86 on 64-bit systems
166 TOOLCHAIN_PREFIX=$ANDROID_NDK_ROOT/toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG/bin/$PREFIX
  /external/qemu/android/build/
common.sh 137 # define HOST_TAG
143 HOST_TAG=windows
146 HOST_TAG=$HOST_OS-$HOST_ARCH
557 echo "HOST_PREBUILT_TAG := $HOST_TAG" >> $config_mk
  /ndk/build/core/
ndk-common.sh 236 # define HOST_TAG as a unique tag used to identify both the host OS and CPU
251 HOST_TAG="windows"
253 *) HOST_TAG="${HOST_OS}-${HOST_ARCH}"
255 log2 "HOST_TAG=$HOST_TAG"
init.mk 149 HOST_TAG := $(HOST_OS)-$(HOST_ARCH)
163 ifeq ($(HOST_TAG),windows-x86)
173 HOST_TAG := windows
175 $(call ndk_log,HOST_TAG set to $(HOST_TAG))
setup-toolchain.mk 80 TOOLCHAIN_PREBUILT_ROOT := $(TOOLCHAIN_ROOT)/prebuilt/$(HOST_TAG)

Completed in 186 milliseconds