bootanimation: get all the parts

Change-Id: I6f2b38a64629f918b79d28ba8b1d0d6535901142
This commit is contained in:
Dan Pasanen 2017-01-19 14:01:59 -06:00
parent cac593aa29
commit 642b513a80
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ IMAGEHEIGHT=$(expr $IMAGEWIDTH / 3)
RESOLUTION=""$IMAGEWIDTH"x"$IMAGEHEIGHT""
for part_cnt in 0 1 2
for part_cnt in 0 1 2 3 4
do
mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part$part_cnt
done