mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: Remove quotes from TARGET_RECOVERY_PIXEL_FORMAT
* Required after TARGET_RECOVERY_PIXEL_FORMAT is added to soong Change-Id: Ie6dcac4beccd7e499416a16d5d52404fe9d82f33 Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
committed by
therealmharc
parent
e4fa63b2ad
commit
01f71c5996
@@ -136,7 +136,7 @@ BOARD_USES_QCOM_HARDWARE := true
|
||||
# Recovery
|
||||
BOARD_INCLUDE_RECOVERY_DTBO := true
|
||||
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/recovery.fstab
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
TARGET_USERIMAGES_USE_F2FS := true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user