sm8250-common: Correct TARGET_RECOVERY_PIXEL_FORMAT
* This was duplicated and set to wrong value eventually. Change-Id: I4c397d787aaddf02254f750298ffcde64269d386
This commit is contained in:
parent
24dc525881
commit
e040fd281b
1 changed files with 1 additions and 2 deletions
|
@ -125,7 +125,6 @@ SF_WCG_COMPOSITION_DATA_SPACE := 143261696
|
|||
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
|
||||
TARGET_HAS_HDR_DISPLAY := true
|
||||
TARGET_HAS_WIDE_COLOR_DISPLAY := true
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
|
||||
TARGET_USE_COLOR_MANAGEMENT := true
|
||||
TARGET_USES_COLOR_METADATA := true
|
||||
TARGET_USES_DISPLAY_RENDER_INTENTS := true
|
||||
|
@ -190,7 +189,7 @@ TARGET_TAP_TO_WAKE_NODE := "/proc/touchpanel/double_tap_enable"
|
|||
# Recovery
|
||||
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
||||
BOARD_INCLUDE_RECOVERY_DTBO := true
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
TARGET_USERIMAGES_USE_F2FS := true
|
||||
TARGET_USES_MKE2FS := true
|
||||
|
|
Loading…
Reference in a new issue