Skip to content

Commit

Permalink
chiron: Remove quotes in TARGET_RECOVERY_PIXEL_FORMAT
Browse files Browse the repository at this point in the history
Change-Id: Ic400a47f0b4b8d2884082b99df3fe2e09c9438f6
  • Loading branch information
hellobbn authored and BYZYB committed Nov 22, 2024
1 parent 9db6c05 commit d57cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BOARD_USES_QCOM_HARDWARE := true

# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
TARGET_RECOVERY_UI_BLANK_UNBLANK_ON_INIT := true
TARGET_RECOVERY_UI_MARGIN_STATUSBAR := 50
TARGET_USERIMAGES_USE_EXT4 := true
Expand Down

0 comments on commit d57cf63

Please sign in to comment.