summaryrefslogtreecommitdiffstats
path: root/bootanimation/generate-bootanimation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootanimation/generate-bootanimation.sh')
-rwxr-xr-xbootanimation/generate-bootanimation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh
index 6ef0312..492113a 100755
--- a/bootanimation/generate-bootanimation.sh
+++ b/bootanimation/generate-bootanimation.sh
@@ -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