summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorEmilio López <turl@tuxfamily.org>2012-08-23 16:25:55 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-17 17:56:51 +0000
commit521a5150e87933f26a926037b8e84916a5941d07 (patch)
tree182386a4f35ff1ed2d1bf5a90376eae6e9c6bf90 /envsetup.sh
parent8ec8558193169af61c09f9bb1eb539ebb19d9671 (diff)
downloadbuild-521a5150e87933f26a926037b8e84916a5941d07.zip
build-521a5150e87933f26a926037b8e84916a5941d07.tar.gz
build-521a5150e87933f26a926037b8e84916a5941d07.tar.bz2
Optimize the CM builds
Why sign, align, unpack, optimize, sign, align zips and apks? Just sign and align once on the squisher to speed things up. Change-Id: I54db8b624be331b234eb968efb64de7629cd7f82
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index c7116b2..019d52e 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -480,6 +480,7 @@ function brunch()
{
breakfast $*
if [ $? -eq 0 ]; then
+ export CM_FAST_BUILD=1
mka bacon
else
echo "No such item in brunch menu. Try 'breakfast'"