fixup! kernel: Support copying modules to boot ramdisk
Original commit incorrectly added kernel as a dep to the vendor ramdisk for this path, when instead the dep should be added to the boot ramdisk. Change-Id: I25a42d403fe2ddb0538b08c2dd8f761eae960810
This commit is contained in:
parent
5b8dd24b8e
commit
1b0fc0e043
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ else
|
|||
KERNEL_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD)
|
||||
KERNEL_VENDOR_RAMDISK_MODULES_OUT := $(TARGET_RAMDISK_OUT)
|
||||
KERNEL_VENDOR_RAMDISK_DEPMOD_STAGING_DIR := $(KERNEL_BUILD_OUT_PREFIX)$(call intermediates-dir-for,PACKAGING,depmod_ramdisk)
|
||||
$(INTERNAL_VENDOR_RAMDISK_TARGET): $(TARGET_PREBUILT_INT_KERNEL)
|
||||
$(INSTALLED_RAMDISK_TARGET): $(TARGET_PREBUILT_INT_KERNEL)
|
||||
endif
|
||||
|
||||
ifneq ($(RECOVERY_KERNEL_MODULES),)
|
||||
|
|
Loading…
Reference in a new issue