diff options
| author | 2024-11-08 01:21:49 +0000 | |
|---|---|---|
| committer | 2024-11-08 01:21:49 +0000 | |
| commit | 3dbbb3d37d691d77d25fc0512e954ebab2c0708a (patch) | |
| tree | b7e0d4295d424bec0c01b3e36188029adf09e847 | |
| parent | 3bf9a451d357f4274b9574ab68fe87eaaddb5a50 (diff) | |
| parent | 549fe2a5162548bd8b47867d35f907eb22332023 (diff) | |
Merge "Add vendor_kernel_boot files to target-files-package" into main
| -rw-r--r-- | core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index f7a4ac05ad..ab96f8728a 100644 --- a/core/Makefile +++ b/core/Makefile @@ -6383,6 +6383,10 @@ ifdef BUILDING_VENDOR_BOOT_IMAGE endif endif +ifdef BUILDING_VENDOR_KERNEL_BOOT_IMAGE + $(BUILT_TARGET_FILES_DIR): $(INTERNAL_VENDOR_KERNEL_RAMDISK_FILES) +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 |