projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e207d
)
exynos9610: correct recovery pixel format
author
Jan Altensen
<info@stricted.net>
Thu, 24 Dec 2020 19:08:56 +0000
(20:08 +0100)
committer
Jan Altensen
<info@stricted.net>
Thu, 24 Dec 2020 19:55:20 +0000
(20:55 +0100)
Change-Id: Icd506928128c2a0250b7dfeead64f75b13ea88c1
(cherry picked from commit
407ebf3aec6769947410f7d7a01063953c511a3c
)
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index d1a7d63449acf99b61d12043c23fa51d5de54d64..447a115f57623fe95d1edf16d2b4d400f21e5377 100644
(file)
--- a/
BoardConfigCommon.mk
+++ b/
BoardConfigCommon.mk
@@
-91,7
+91,7
@@
ENABLE_VENDOR_RIL_SERVICE := true
BOARD_USES_RECOVERY_AS_BOOT := true
TARGET_NO_RECOVERY := true
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/recovery.fstab
-TARGET_RECOVERY_PIXEL_FORMAT := "
BGRA
_8888"
+TARGET_RECOVERY_PIXEL_FORMAT := "
ABGR
_8888"
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
TARGET_USES_MKE2FS := true