diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:49:43 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:49:43 +0530 |
commit | c6d433759a46da7c1ae758aaa55d60e97ab06423 (patch) | |
tree | fced5c66f2b3b89aeaf09b494728837b34117cf2 | |
parent | 900b3c32f66249bc9ca9f38f7a907057ef951f7d (diff) |
msm8996-common: Ship full recovery image
Change-Id: I5f610e9b433d0532cba8c6438ca2463a88fd4ba7
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c2f7a4f..6e068ca 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -136,6 +136,7 @@ TARGET_USES_INTERACTION_BOOST := true BOARD_USES_QCOM_HARDWARE := true # Recovery +BOARD_USES_FULL_RECOVERY_IMAGE := true TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true |