Make directory for ramdisk so halium-5.1 doesn't break

Change-Id: I790abd85725d8f6e83c5f023846fb68b4a260a51
This commit is contained in:
Dalton Durst 2018-04-16 09:07:00 -05:00
parent f8a604a241
commit f155f92f36

View File

@ -105,6 +105,7 @@ ifdef BOOT_RAMDISK_SEANDROIDENFORCE
endif endif
$(HALIUM_BOOT_RAMDISK): $(HALIUM_BOOT_RAMDISK):
@mkdir -p $(dir $@)
@echo "Downloading initramfs to : $@" @echo "Downloading initramfs to : $@"
ifdef BOARD_USE_LOCAL_INITRD ifdef BOARD_USE_LOCAL_INITRD
@echo "Using local initramfs at device/*/$(TARGET_DEVICE)/initramfs.gz" @echo "Using local initramfs at device/*/$(TARGET_DEVICE)/initramfs.gz"