diff --git a/bootanimation/Android.mk b/bootanimation/Android.mk index 00c6cb2ce899dd3670be44c3c82bd8416a9abd3c..c43cd75b3d5d641d5caeb08578260e5df95785bf 100644 --- a/bootanimation/Android.mk +++ b/bootanimation/Android.mk @@ -20,6 +20,9 @@ ifeq ($(TARGET_USES_MURENA_BOOTANIMATION),true) BOOTANIMATION_TAR = bootanimation_murena_land.tar else BOOTANIMATION_TAR = bootanimation_murena.tar + ifeq ($(TARGET_SCREEN_WIDTH)x$(TARGET_SCREEN_HEIGHT), 1600x2560) + BOOTANIMATION_TAR = bootanimation_murena_1600x2560.tar + endif endif BOOTANIMATION_FPS := 30 else diff --git a/bootanimation/bootanimation_murena_1600x2560.tar b/bootanimation/bootanimation_murena_1600x2560.tar new file mode 100644 index 0000000000000000000000000000000000000000..87523910c314341d98b601044f7107ac015e5e52 Binary files /dev/null and b/bootanimation/bootanimation_murena_1600x2560.tar differ