From b3fa792509baf9a4f3916a0437d6a507c29b63e8 Mon Sep 17 00:00:00 2001 From: gaoyang3513 Date: Fri, 20 Oct 2023 13:18:45 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=AE=A1=E7=AE=97CPU=E6=A0=B8=E5=BF=83=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E8=A7=84=E9=81=BFandroid=E7=BC=96=E6=97=B6=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E5=8F=AF=E8=83=BD=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 10af71840e..0344745a16 100755 --- a/build.sh +++ b/build.sh @@ -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