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:
parent
a82b7b3fff
commit
bb56531b18
@ -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`"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user