From 407ebf3aec6769947410f7d7a01063953c511a3c Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Thu, 24 Dec 2020 20:08:56 +0100 Subject: [PATCH] exynos9610: correct recovery pixel format Change-Id: Icd506928128c2a0250b7dfeead64f75b13ea88c1 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d6d6da8..a11a763 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -88,7 +88,7 @@ ENABLE_VENDOR_RIL_SERVICE := true BOARD_USES_RECOVERY_AS_BOOT := true TARGET_NO_RECOVERY := true TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/recovery.fstab -TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" +TARGET_RECOVERY_PIXEL_FORMAT := "ABGR_8888" TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true TARGET_USES_MKE2FS := true -- 2.20.1