mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
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:
committed by
Matsvei Niaverau
parent
9e286d1773
commit
86afacddbd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user