summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2017-01-19 14:01:59 -0600
committerDan Pasanen <dan.pasanen@gmail.com>2017-01-19 22:03:01 +0000
commit642b513a805e1f9fd5722cd623d99e7978c50712 (patch)
treeedf4dfea74b6e520d900b56ed1c981a43933c32e
parentcac593aa296fdcb01e83c694fdbc6c25b5fc2e67 (diff)
downloadvendor_replicant-642b513a805e1f9fd5722cd623d99e7978c50712.zip
vendor_replicant-642b513a805e1f9fd5722cd623d99e7978c50712.tar.gz
vendor_replicant-642b513a805e1f9fd5722cd623d99e7978c50712.tar.bz2
bootanimation: get all the parts
Change-Id: I6f2b38a64629f918b79d28ba8b1d0d6535901142
-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