forked from openkylin/platform_build
am 6ea3b88: core: Recovery image should have the custom kernel base as w
Merge commit '6ea3b8856d656752c0310ca237ed99e7451be83b' * commit '6ea3b8856d656752c0310ca237ed99e7451be83b': core: Recovery image should have the custom kernel base as well.
This commit is contained in:
commit
93a2620946
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue