Skip to content

Commit

Permalink
NLA: Correct TARGET_RECOVERY_PIXEL_FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored and Niemandausduisburg committed Sep 7, 2023
1 parent 1bdaca2 commit 65f9fd4
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 @@ -167,7 +167,7 @@ BOARD_USES_RECOVERY_AS_BOOT := true
TARGET_NO_RECOVERY := true
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
TARGET_RECOVERY_UI_BLANK_UNBLANK_ON_INIT := true
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
TARGET_USES_LEGACY_FD_FBDEV := true

# Root
Expand Down

0 comments on commit 65f9fd4

Please sign in to comment.