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

  /ndk/build/core/
ndk-common.sh 278 # If BUILD_NUM_CPUS is not already defined in your environment,
280 # run Make commands in parralles, as in 'make -j$BUILD_NUM_CPUS'
282 if [ -z "$BUILD_NUM_CPUS" ] ; then
283 BUILD_NUM_CPUS=`expr $HOST_NUM_CPUS \* 2`
286 log2 "BUILD_NUM_CPUS=$BUILD_NUM_CPUS"
  /ndk/build/tools/
build-gcc.sh 51 JOBS=$BUILD_NUM_CPUS
  /ndk/tests/
run-tests.sh 42 JOBS=$BUILD_NUM_CPUS

Completed in 1086 milliseconds