commit | ba8be45250a73b408fcbe692675c915c2f6573df | [log] [tgz] |
---|---|---|
author | Jackeagle <jackeagle102@gmail.com> | Wed Nov 29 18:16:44 2017 +0530 |
committer | Gerrit Code Review <gerrit2@BlissBOX> | Wed Nov 29 18:16:44 2017 +0530 |
tree | b4a63c0d31637d3d927ae3442b275d254285e660 | |
parent | 9f30fa7dfcbf1a9767ce0bc1ace1efaaf0830bd8 [diff] | |
parent | f8010db2e939abd22fa74652fef139c0a617af95 [diff] |
Merge "Fix Bootanimation Aspect Ratio" into o8.0
diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh index 6b7957f..39b5619 100755 --- a/bootanimation/generate-bootanimation.sh +++ b/bootanimation/generate-bootanimation.sh
@@ -2,7 +2,7 @@ CWD=`pwd` WIDTH=$1 -HEIGHT=$(echo "$WIDTH/1.6" | bc) +HEIGHT=$(echo "$WIDTH/1.5" | bc) RWIDTH=$WIDTH RHEIGHT=$HEIGHT HALF_RES=$2