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:
parent
5e0e5c9118
commit
0d73175fd5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# Recovery
|
||||
BOARD_USES_FULL_RECOVERY_IMAGE ?= true
|
||||
|
||||
include vendor/lineage/config/BoardConfigKernel.mk
|
||||
|
||||
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
||||
|
|
Loading…
Reference in a new issue