summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2013-10-16 17:00:32 -0700
committerConley Owens <cco3@android.com>2013-10-16 17:00:32 -0700
commit6a2995683de147791e516aae2ccb31fdfbe2ad30 (patch)
tree9e9be7f63988a77ec3b10e21de207d236029294b
parent191d134d4c77e2892fddb2873b043e726e3f959a (diff)
downloadandroid_device_common-6a2995683de147791e516aae2ccb31fdfbe2ad30.tar.gz
android_device_common-6a2995683de147791e516aae2ccb31fdfbe2ad30.tar.bz2
android_device_common-6a2995683de147791e516aae2ccb31fdfbe2ad30.zip
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
-rwxr-xr-xgenerate-blob-lists.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index 2911e29..fa6c20a 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -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