bootanimation: Refreshed bootanimation for new release
Change-Id: I55408a8af25036d2ff98ebea11351fcf809f339c
This commit is contained in:
committed by
Łukasz Patron
parent
9fe4bc8a60
commit
390df26654
@@ -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; \
|
||||
|
Binary file not shown.
@@ -1,5 +1,3 @@
|
||||
c 1 0 part0
|
||||
c 0 0 part1
|
||||
c 1 0 part2
|
||||
c 1 1 part3
|
||||
c 1 0 part4
|
||||
|
Reference in New Issue
Block a user