Merge "Adding vendor_kernel_boot to fasboot-info" am: bf8e3d5dc8
am: f634cf3947
Original change: https://android-review.googlesource.com/c/platform/build/+/2609160 Change-Id: Ic9333e183a7538ff6ac69a56e58166aa3268c338 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
33b352ad24
1 changed files with 3 additions and 0 deletions
|
@ -5401,6 +5401,9 @@ endif
|
|||
ifdef BOARD_PREBUILT_DTBOIMAGE
|
||||
$(hide) echo "flash dtbo" >> $@
|
||||
endif
|
||||
ifneq ($(INSTALLED_VENDOR_KERNEL_BOOTIMAGE_TARGET),)
|
||||
$(hide) echo "flash vendor_kernel_boot" >> $@
|
||||
endif
|
||||
ifeq ($(BOARD_USES_PVMFWIMAGE),true)
|
||||
$(hide) echo "flash pvmfw" >> $@
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue