diff options
-rw-r--r-- | bootanim/bootanimation.zip | bin | 0 -> 3725631 bytes | |||
-rw-r--r-- | products/guacamole/ice_guacamole.mk | 3 | ||||
-rw-r--r-- | products/lynx/ice_lynx.mk | 3 | ||||
-rw-r--r-- | products/panther/ice_panther.mk | 3 | ||||
-rw-r--r-- | target/product/prebuilts.mk | 4 |
5 files changed, 4 insertions, 9 deletions
diff --git a/bootanim/bootanimation.zip b/bootanim/bootanimation.zip Binary files differnew file mode 100644 index 0000000..010e1e0 --- /dev/null +++ b/bootanim/bootanimation.zip 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 \ |