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

Commit 6ea3b885 authored by Dima Zavin's avatar Dima Zavin
Browse files

core: Recovery image should have the custom kernel base as well.



Signed-off-by: default avatarDima Zavin <dima@android.com>
parent 1e0847c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -650,6 +650,9 @@ INTERNAL_RECOVERYIMAGE_ARGS := \
ifdef BOARD_KERNEL_CMDLINE
  INTERNAL_RECOVERYIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)"
endif
ifdef BOARD_KERNEL_BASE
  INTERNAL_RECOVERYIMAGE_ARGS += --base $(BOARD_KERNEL_BASE)
endif

# Keys authorized to sign OTA packages this build will accept.  The
# build always uses test-keys for this; release packaging tools will