From 55f099679161e97add1f808239f0a9e201e143f6 Mon Sep 17 00:00:00 2001 From: Thomas Makin Date: Tue, 6 Apr 2021 08:05:16 -0400 Subject: [PATCH] Add support for vendor-defined bootanimation Signed-off-by: Thomas Makin --- device-maru.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-maru.mk b/device-maru.mk index b57fe7d..adec2b2 100644 --- a/device-maru.mk +++ b/device-maru.mk @@ -85,4 +85,6 @@ endif WITHOUT_CHECK_API := true +ifneq ($(MARU_VERSION),) TARGET_BOOTANIMATION := $(LOCAL_PATH)/prebuilts/mbootanim.zip +endif \ No newline at end of file