From 080da589d154c3a8011a03a0b19fec456755b9c9 Mon Sep 17 00:00:00 2001 From: SahilSonar Date: Wed, 11 Oct 2023 18:37:32 +0530 Subject: [PATCH] Reland "FP5: Switch to Murena Bootanimation" - This reverts commit 9657757e21e3535fecb47a12d6309c6ac28c6863. Bootanimation doesn't contain any artifact on 60Hz (default). --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index e04bf05..d85f071 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -61,6 +61,9 @@ BOARD_SUPPORTS_OPENSOURCE_STHAL := true # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include +# Bootanimation +TARGET_USES_MURENA_BOOTANIMATION := true + # Camera TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED := true -- GitLab