| commit | c20cc068208b5f066810b1a5bb94f435c28095c1 | [log] [tgz] |
|---|---|---|
| author | Nahhk <nahhk@proton.me> | Wed Mar 19 08:42:03 2025 -0500 |
| committer | Nahhk <nahhk@proton.me> | Sun Apr 20 01:54:52 2025 -0500 |
| tree | 32df85c626503d401151177cca417a5c975fea5d | |
| parent | b9b95cabc164b409636205a9c5792f608f5fea7f [diff] [blame] |
sm6225-common: Setup recovery flags Change-Id: I4132d8b138a70abc79fe90ea8f73ff7ce1fc8a40
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 66997ba..3a41542 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk
@@ -82,3 +82,7 @@ # Recovery BOARD_EXCLUDE_KERNEL_FROM_RECOVERY_IMAGE := true +TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/fstab.qcom +TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 +TARGET_USERIMAGES_USE_EXT4 := true +TARGET_USERIMAGES_USE_F2FS := true