diff options
author | Jarl-Penguin <jarlpenguin@outlook.com> | 2022-02-20 12:00:56 +0300 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 08:47:06 +0530 |
commit | 803e939d3ba636080fe88bbbce5256d2ae8c25f0 (patch) | |
tree | 7f36a6e168d0470d6051bcb4b5906ef4844a2f29 /BoardConfigCommon.mk | |
parent | e7f3417afe5fb2480e5e35656b05e97ed742a1b9 (diff) |
msm8996-common: Ship full recovery image
* Ensure users are always on the latest recovery image
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
Change-Id: I033ac4442622b737639d678993daf602a89f9bac
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4e53352..0247f62 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -133,6 +133,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 |