opticharger: do not compress resources.arsc

Android does not compress resources.arsc allowing it to be
read directly without uncompressing. When opticharger runs,
it compresses it breaking the optimization.

Change-Id: I9c9b9971a3fe4a21be5a633274832041ca9a33c1
This commit is contained in:
Pawit Pornkitprasan 2012-08-18 15:16:08 +07:00 committed by Gerrit Code Review
parent a82b7b3fff
commit bb56531b18
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ then
cp $BASE/$1 $BASE/$1.old
[ $QUIET ] || echo "Repacking apk.."
aapt p -0 .dat -0 .dict -F $NAME .
aapt p -0 .dat -0 .dict -0 .arsc -F $NAME .
[ $QUIET ] || echo "Resigning with cert: `echo $CERT`"