Compare commits

1 Commits

View File

@ -29,7 +29,7 @@ BUILD_PACKING=false
BUILD_VARIANT=`get_build_var TARGET_BUILD_VARIANT`
KERNEL_DTS=""
BUILD_VERSION=""
BUILD_JOBS=56
BUILD_JOBS=`cat /proc/cpuinfo |grep "^processor" |wc -l`
# check pass argument
while getopts "UCKABpouv:d:V:J:" arg