lineage: 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
This commit is contained in:
Jarl-Penguin 2022-02-23 15:16:29 +01:00 committed by Jan Altensen (Stricted)
parent 5e0e5c9118
commit 0d73175fd5

View file

@ -1,3 +1,6 @@
# Recovery
BOARD_USES_FULL_RECOVERY_IMAGE ?= true
include vendor/lineage/config/BoardConfigKernel.mk
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)