extra: Opt-in to shipping full recovery image by default

* 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 <jarlpenguin@outlook.com>
Change-Id: I56cf6c4d301afa88b39b31d488c5166903406637
lineage-19.1
Jarl-Penguin 2 years ago committed by Nolen Johnson
parent a0dfeb772b
commit 3946d01221
  1. 3
      BoardConfigExtra.mk

@ -3,6 +3,9 @@ ifndef TARGET_COPY_OUT_PRODUCT
TARGET_COPY_OUT_PRODUCT := system/product
endif
# Recovery
BOARD_USES_FULL_RECOVERY_IMAGE ?= true
# System_ext
ifndef TARGET_COPY_OUT_SYSTEM_EXT
TARGET_COPY_OUT_SYSTEM_EXT := system/system_ext

Loading…
Cancel
Save