Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 365f1a89 authored by Jarl-Penguin's avatar Jarl-Penguin Committed by Jan Altensen
Browse files

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: default avatarJarl-Penguin <jarlpenguin@outlook.com>
Change-Id: I56cf6c4d301afa88b39b31d488c5166903406637
parent c01aaa8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Recovery
BOARD_USES_FULL_RECOVERY_IMAGE ?= true

include vendor/lineage/config/BoardConfigKernel.mk

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)