rosemary: Define the recovery pixel format as RGBX_8888

* The RGBX 32 bit RGB format is stored in memory as 8
  red bits, 8 green bits, 8 blue bits, and 8 ignored bits.

Change-Id: I46262f6dcc096ccecfb66c8530073bcbac3ff962
This commit is contained in:
Alexander Koskovich
2022-10-28 19:22:52 +01:00
committed by Matsvei Niaverau
parent 9e286d1773
commit 86afacddbd

View File

@@ -108,6 +108,7 @@ TARGET_POWERHAL_AIDL_VERSION := 1
# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.mt6785
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
# RIL
ENABLE_VENDOR_RIL_SERVICE := true