Skip to content

Commit

Permalink
squisher: use 1024mb to sign
Browse files Browse the repository at this point in the history
512 seems to error out on certain builds

Change-Id: I5e20d7101c26fabd488f4bc21e589609a3faef63
Signed-off-by: Roman Birg <romanbirg@gmail.com>
  • Loading branch information
romanbb committed Jun 15, 2012
1 parent 0ef8df4 commit c91b347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/squisher
Expand Up @@ -152,7 +152,7 @@ printf "Zipping package..."
echo
printf "Signing package..."
SECURITYDIR=$ANDROID_BUILD_TOP/build/target/product/security
java -Xmx512m \
java -Xmx1024m \
-jar $ANDROID_BUILD_TOP/out/host/$OUT_TARGET_HOST/framework/signapk.jar \
-w $SECURITYDIR/testkey.x509.pem $SECURITYDIR/testkey.pk8 \
$REPACK/update.zip $OUTFILE
Expand Down

0 comments on commit c91b347

Please sign in to comment.