Commit 6a299568 authored by Conley Owens's avatar Conley Owens
Browse files

Update default -j argument for generate-blob-lists

People have faster machines now, so we should take advantage of that.
This bumps the `make -j` value from 32 to 64.

Change-Id: I2db6f048f7c9bbaea84cdfd8a719a50d7d01cc95
parent 191d134d
......@@ -62,7 +62,7 @@ else
do
rm -rf out
lunch aosp_$DEVICENAME-user
make -j32
make -j64
cat out/target/product/$DEVICENAME/installed-files.txt |
cut -b 15- |
sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt
......@@ -73,7 +73,7 @@ else
do
rm -rf out
lunch aosp_$DEVICENAME-user
make -j32
make -j64
cat out/target/product/$DEVICENAME/installed-files.txt |
cut -b 15- |
sort -f > $ARCHIVEDIR/$DEVICENAME-without.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment