Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3fa792509 |
2
build.sh
2
build.sh
@ -29,7 +29,7 @@ BUILD_PACKING=false
|
|||||||
BUILD_VARIANT=`get_build_var TARGET_BUILD_VARIANT`
|
BUILD_VARIANT=`get_build_var TARGET_BUILD_VARIANT`
|
||||||
KERNEL_DTS=""
|
KERNEL_DTS=""
|
||||||
BUILD_VERSION=""
|
BUILD_VERSION=""
|
||||||
BUILD_JOBS=56
|
BUILD_JOBS=`cat /proc/cpuinfo |grep "^processor" |wc -l`
|
||||||
|
|
||||||
# check pass argument
|
# check pass argument
|
||||||
while getopts "UCKABpouv:d:V:J:" arg
|
while getopts "UCKABpouv:d:V:J:" arg
|
||||||
|
|||||||
Reference in New Issue
Block a user