Merge "parallelize the launching of $OPTICHARGER form squiasher script" into froyo
This commit is contained in:
commit
c0a9e4e085
@ -76,7 +76,7 @@ echo
|
|||||||
cd $REPACK/ota/system/framework
|
cd $REPACK/ota/system/framework
|
||||||
$OPTICHARGER framework-res.apk
|
$OPTICHARGER framework-res.apk
|
||||||
cd $REPACK/ota/system/app
|
cd $REPACK/ota/system/app
|
||||||
for i in *.apk; do $OPTICHARGER $i; done
|
find ./ -name \*.apk | xargs --max-args=1 --max-procs=`grep 'processor' /proc/cpuinfo | wc -l` $OPTICHARGER
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user