bootanimation: Remove halfres zips before regenerating them
Change-Id: I8688700d85c3c29c650488cc469aed5ead5ec0e4
This commit is contained in:
parent
cc589d99d4
commit
968998d27f
@ -3,6 +3,7 @@
|
|||||||
HALF_RES_RESOLUTIONS="240 320 360 480 540 600 1440"
|
HALF_RES_RESOLUTIONS="240 320 360 480 540 600 1440"
|
||||||
|
|
||||||
for i in $HALF_RES_RESOLUTIONS; do
|
for i in $HALF_RES_RESOLUTIONS; do
|
||||||
|
rm -f $i.zip
|
||||||
mkdir $i
|
mkdir $i
|
||||||
cd $i
|
cd $i
|
||||||
if [ -f ../../$(($i/2)).zip ]; then
|
if [ -f ../../$(($i/2)).zip ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user