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

  /prebuilts/qemu-kernel/
build-kernel.sh 29 BUILD_NUM_CPUS=$(sysctl -n hw.ncpu)
35 BUILD_NUM_CPUS=$(grep -c processor /proc/cpuinfo)
43 JOBS=$(( $BUILD_NUM_CPUS * 2 ))
  /ndk/build/tools/
ndk-common.sh 365 # If BUILD_NUM_CPUS is not already defined in your environment,
367 # run Make commands in parralles, as in 'make -j$BUILD_NUM_CPUS'
369 if [ -z "$BUILD_NUM_CPUS" ] ; then
370 BUILD_NUM_CPUS=`expr $HOST_NUM_CPUS \* 2`
373 log "BUILD_NUM_CPUS=$BUILD_NUM_CPUS"
prebuilt-common.sh 394 NUM_JOBS=$BUILD_NUM_CPUS
    [all...]

Completed in 583 milliseconds