From e7706d38aaab9e570907b5e7e7c77a2ac2600296 Mon Sep 17 00:00:00 2001 From: Daniel Jacob Chittoor Date: Fri, 14 Apr 2023 23:35:13 +0530 Subject: [PATCH] redfin: Use Murena bootanimation As per specifications mentioned in https://gitlab.e.foundation/e/devices/backlog/-/issues/502 --- BoardConfigLineage.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk index e56feb5d..eaea3dd9 100644 --- a/BoardConfigLineage.mk +++ b/BoardConfigLineage.mk @@ -4,6 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# Bootanimation +TARGET_USES_MURENA_BOOTANIMATION := true + # Kernel TARGET_KERNEL_SOURCE := kernel/google/redbull -- GitLab