Add vendor_kernel_boot files to target-files-package
* This is a required dependency of target-files-package so that it can be built from a clean build. Test: rm -rf out/target/product && m target-files-package Change-Id: I89e60f47e3e2cd6029a92b1aca505acd9cf4645b
This commit is contained in:
parent
3c2c75b556
commit
554a1915a8
1 changed files with 4 additions and 0 deletions
|
@ -6345,6 +6345,10 @@ ifdef BUILDING_VENDOR_BOOT_IMAGE
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef BUILDING_VENDOR_KERNEL_BOOT_IMAGE
|
||||
$(BUILT_TARGET_FILES_PACKAGE): $(INSTALLED_FILES_FILE_VENDOR_KERNEL_RAMDISK)
|
||||
endif
|
||||
|
||||
ifdef BUILDING_RECOVERY_IMAGE
|
||||
# TODO(b/30414428): Can't depend on INTERNAL_RECOVERYIMAGE_FILES alone like other
|
||||
# BUILT_TARGET_FILES_PACKAGE dependencies because currently there're cp/rsync/rm
|
||||
|
|
Loading…
Reference in a new issue