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

  /ndk/build/tools/
dev-rebuild-ndk.sh 102 # If BUILD_NUM_CPUS is not already defined in your environment,
104 # run make commands in parallel, as in 'make -j$BUILD_NUM_CPUS'
106 if [ -z "$BUILD_NUM_CPUS" ] ; then
109 export BUILD_NUM_CPUS=$(($HOST_NUM_CPUS * 2 * 8 / 10))
112 export BUILD_NUM_CPUS=$(($HOST_NUM_CPUS * 2 * 8 / 10))
114 export BUILD_NUM_CPUS=1
115 echo "WARNING: Could not find Host Number CPUs; defaulting to BUILD_NUM_CPUS=${BUILD_NUM_CPUS}"
ndk-common.sh 383 # If BUILD_NUM_CPUS is not already defined in your environment,
385 # run Make commands in parralles, as in 'make -j$BUILD_NUM_CPUS'
387 if [ -z "$BUILD_NUM_CPUS" ] ; then
388 BUILD_NUM_CPUS=`expr $HOST_NUM_CPUS \* 2`
391 log2 "BUILD_NUM_CPUS=$BUILD_NUM_CPUS"
prebuilt-common.sh 330 NUM_JOBS=$BUILD_NUM_CPUS
    [all...]
  /external/qemu/distrib/
build-kernel.sh 20 BUILD_NUM_CPUS=$(sysctl -n hw.ncpu)
26 BUILD_NUM_CPUS=$(grep -c processor /proc/cpuinfo)
34 JOBS=$(( $BUILD_NUM_CPUS * 2 ))
  /ndk/tests/
run-tests.sh 46 JOBS=$BUILD_NUM_CPUS

Completed in 280 milliseconds