Skip to content

Commit

Permalink
lineage: Opt-in to shipping full recovery image by default
Browse files Browse the repository at this point in the history
* When the boot image is modified, recovery updating fails because the patch no longer applies to the modified boot image, so ship a full recovery image instead of a patch so recovery updating always works.

Signed-off-by: Jarl-Penguin <[email protected]>
Change-Id: I56cf6c4d301afa88b39b31d488c5166903406637
  • Loading branch information
JarlPenguin authored and Stricted committed Apr 27, 2024
1 parent 5e0e5c9 commit 0d73175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/BoardConfigLineage.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Recovery
BOARD_USES_FULL_RECOVERY_IMAGE ?= true

include vendor/lineage/config/BoardConfigKernel.mk

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
Expand Down

0 comments on commit 0d73175

Please sign in to comment.