diff --git a/bootanimation/Android.mk b/bootanimation/Android.mk index f58a850f..a9ce92c8 100644 --- a/bootanimation/Android.mk +++ b/bootanimation/Android.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# 2017-2019 The LineageOS Project +# 2017-2024 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ $(TARGET_GENERATED_BOOTANIMATION): $(SOONG_ZIP) fi; \ IMAGEHEIGHT=$$(expr $$IMAGEWIDTH / 3); \ RESOLUTION="$$IMAGEWIDTH"x"$$IMAGEHEIGHT"; \ - for part_cnt in 0 1 2 3 4; do \ + for part_cnt in 0 1 2; do \ mkdir -p $(INTERMEDIATES)/part$$part_cnt; \ done; \ prebuilts/tools-lineage/${HOST_OS}-x86/bin/mogrify -resize $$RESOLUTION -colors 250 $(INTERMEDIATES)/*/*.png; \ diff --git a/bootanimation/bootanimation.tar b/bootanimation/bootanimation.tar index 7e4b0dc9..28a96aa5 100644 Binary files a/bootanimation/bootanimation.tar and b/bootanimation/bootanimation.tar differ diff --git a/bootanimation/desc.txt b/bootanimation/desc.txt index 5ddacd6b..4aecc8ed 100644 --- a/bootanimation/desc.txt +++ b/bootanimation/desc.txt @@ -1,5 +1,3 @@ c 1 0 part0 c 0 0 part1 c 1 0 part2 -c 1 1 part3 -c 1 0 part4