Skip to content

Commit

Permalink
bootanimation: get all the parts
Browse files Browse the repository at this point in the history
Change-Id: I6f2b38a64629f918b79d28ba8b1d0d6535901142
  • Loading branch information
invisiblek committed Jan 19, 2017
1 parent b48c27f commit 46973d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootanimation/generate-bootanimation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46973d7

Please sign in to comment.