vendor: Introduce bootanimation styles [2/3]
vendor: Add more bootanimation styles [2/3] vendor: Add ctOS bootanimation [2/3] by benmeroff - https://xdaforums.com/t/boot-animation-ctos-boot-animation.2843830/ vendor: Add Evolution X Reveal boot animation [2/3] vendor: Add more classic boot animation styles [2/3] * Remove anniv bootanimation as it takes a lot of space. Co-authored-by: 0xsharkboy <achille@0xsharkboy.dev> Co-authored-by: AnierinB <anierin@evolution-x.org> Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: 0xsharkboy <achille@0xsharkboy.dev> Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
BIN
bootanimation/prebuilts/bootanimation_aokp.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_aokp.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_cm.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_cm.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_ctos.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_ctos.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_cyberpunk.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_cyberpunk.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_du.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_du.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_evo_reveal.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_evo_reveal.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_google.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_google.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_google_monet.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_google_monet.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_pac.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_pac.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_rr.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_rr.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_slim.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_slim.zip
Normal file
Binary file not shown.
BIN
bootanimation/prebuilts/bootanimation_valorant.zip
Normal file
BIN
bootanimation/prebuilts/bootanimation_valorant.zip
Normal file
Binary file not shown.
32
bootanimation/prebuilts/prebuilts.mk
Normal file
32
bootanimation/prebuilts/prebuilts.mk
Normal file
@@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright (C) 2023 The risingOS Android Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/lineage/prebuilts
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_aokp.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_aokp.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_cm.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_cm.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_ctos.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_ctos.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_cyberpunk.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_cyberpunk.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_du.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_du.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_evo_reveal.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_evo_reveal.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_google.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_google.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_google_monet.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_google_monet.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_pac.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_pac.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_rr.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_rr.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_slim.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_slim.zip \
|
||||
vendor/lineage/bootanimation/prebuilts/bootanimation_valorant.zip:$(TARGET_COPY_OUT_PRODUCT)/media/bootanimation_valorant.zip
|
||||
@@ -138,6 +138,10 @@ $(call enforce-product-packages-exist-internal,$(lastword $(_include_stack)),pro
|
||||
endif
|
||||
|
||||
# Bootanimation
|
||||
TARGET_INCLUDE_BOOT_ANIMATIONS ?= true
|
||||
ifeq ($(TARGET_INCLUDE_BOOT_ANIMATIONS),true)
|
||||
include vendor/lineage/bootanimation/prebuilts/prebuilts.mk
|
||||
endif
|
||||
TARGET_SCREEN_WIDTH ?= 1080
|
||||
TARGET_SCREEN_HEIGHT ?= 1920
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user