summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2024-05-20 00:00:56 +0800
committeralk3pInjection <webmaster@raspii.tech>2024-05-20 00:00:56 +0800
commit045286a635f59966ef4efcbfcbb17de5114fab53 (patch)
tree9a13a80e6ac33aeef8c75f438f970a5608affc36
parent15089f41b2fe15b2b55953ed3283318f4813b59b (diff)
ice: Import Pixel bootanimationumineko
Change-Id: I2a1ac6170577a7341d66e913ca156bb89be7746e
-rw-r--r--bootanim/bootanimation.zipbin0 -> 3725631 bytes
-rw-r--r--products/guacamole/ice_guacamole.mk3
-rw-r--r--products/lynx/ice_lynx.mk3
-rw-r--r--products/panther/ice_panther.mk3
-rw-r--r--target/product/prebuilts.mk4
5 files changed, 4 insertions, 9 deletions
diff --git a/bootanim/bootanimation.zip b/bootanim/bootanimation.zip
new file mode 100644
index 0000000..010e1e0
--- /dev/null
+++ b/bootanim/bootanimation.zip
Binary files differ
diff --git a/products/guacamole/ice_guacamole.mk b/products/guacamole/ice_guacamole.mk
index 4553f89..fb9f9aa 100644
--- a/products/guacamole/ice_guacamole.mk
+++ b/products/guacamole/ice_guacamole.mk
@@ -30,9 +30,6 @@ PRODUCT_AAPT_CONFIG := xxxhdpi
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
PRODUCT_CHARACTERISTICS := nosdcard
-# Boot animation
-TARGET_BOOT_ANIMATION_RES := 1440
-
# Build info
BUILD_FINGERPRINT := "OnePlus/OnePlus7Pro/OnePlus7Pro:11/RKQ1.201022.002/2204061044:user/release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += \
diff --git a/products/lynx/ice_lynx.mk b/products/lynx/ice_lynx.mk
index b43aa45..6f80376 100644
--- a/products/lynx/ice_lynx.mk
+++ b/products/lynx/ice_lynx.mk
@@ -17,9 +17,6 @@ PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7a
PRODUCT_NAME := ice_lynx
-# Boot animation
-TARGET_BOOT_ANIMATION_RES := 1080
-
# Build info
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=lynx \
diff --git a/products/panther/ice_panther.mk b/products/panther/ice_panther.mk
index 72a9174..0664e54 100644
--- a/products/panther/ice_panther.mk
+++ b/products/panther/ice_panther.mk
@@ -17,9 +17,6 @@ PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7
PRODUCT_NAME := ice_panther
-# Boot animation
-TARGET_BOOT_ANIMATION_RES := 1080
-
# Build info
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=panther \
diff --git a/target/product/prebuilts.mk b/target/product/prebuilts.mk
index a21dc81..995d352 100644
--- a/target/product/prebuilts.mk
+++ b/target/product/prebuilts.mk
@@ -21,6 +21,10 @@ PRODUCT_COPY_FILES += \
vendor/ice/target/config/sensitive_pn.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sensitive_pn.xml
endif
+# Boot animation
+PRODUCT_COPY_FILES += \
+ vendor/ice/bootanim/bootanimation.zip:$(TARGET_COPY_OUT_SYSTEM)/media/bootanimation.zip
+
# Charger
PRODUCT_PACKAGES += \
charger_res_images \