Boot animation shine!

This commit is contained in:
Tad 2018-06-24 08:42:02 -04:00
parent b0b71adf66
commit bfa7e90d5e
3 changed files with 9 additions and 2 deletions

View file

@ -36,7 +36,7 @@ sed -i 's|echo "ro.build.host=`hostname`"|echo "ro.build.host=dosbm"|' tools/bui
enter "frameworks/base";
generateBootAnimationMask "$REBRAND_NAME" "$REBRAND_BOOTANIMATION_FONT" core/res/assets/images/android-logo-mask.png;
#TODO: update android-logo-shine.png from white to orange
generateBootAnimationShine "#FF5722" core/res/assets/images/android-logo-shine.png;
enter "lineage-sdk";
sed -i '/.*lineage_version/s/LineageOS/'"$REBRAND_NAME"'/' lineage/res/res/values*/strings.xml;