diff options
author | Chris Soyars <ctso@ctso.me> | 2010-08-21 00:30:40 -0400 |
---|---|---|
committer | Chris Soyars <ctso@ctso.me> | 2010-08-21 00:30:40 -0400 |
commit | 44226331a651e70d1bff857d98449e74ed40757e (patch) | |
tree | 981d270cf7b360341cf4ba6b0baae9fd99ffffda /tools | |
parent | 645a8fb43ddf7c208375d1a84cec099b0949c945 (diff) | |
download | vendor_replicant-44226331a651e70d1bff857d98449e74ed40757e.zip vendor_replicant-44226331a651e70d1bff857d98449e74ed40757e.tar.gz vendor_replicant-44226331a651e70d1bff857d98449e74ed40757e.tar.bz2 |
Move squisher heapspace up to 512m, having problems on my box and buildbot. Others have reported issues as well.
Change-Id: I38e4113591e052b73f72c8e22699c41e8fd0c322
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/squisher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/squisher b/tools/squisher index 4868444..aaf2287 100755 --- a/tools/squisher +++ b/tools/squisher @@ -143,7 +143,7 @@ printf "Zipping package..." echo printf "Signing package..." SECURITYDIR=$ANDROID_BUILD_TOP/build/target/product/security -java -Xmx256m \ +java -Xmx512m \ -jar $ANDROID_BUILD_TOP/out/host/$OUT_TARGET_HOST/framework/signapk.jar \ -w $SECURITYDIR/testkey.x509.pem $SECURITYDIR/testkey.pk8 \ $REPACK/update.zip $OUTFILE |