forked from openkylin/platform_build
Merge "Fix build error on empty ramdisk" am: 5d225276ca
am: debaf1b8af
Change-Id: I0604d288ab42f3a347b6f5de22d7fb4742f6ea05
This commit is contained in:
commit
3e3c738d7f
|
@ -894,6 +894,7 @@ INSTALLED_FILES_JSON_RAMDISK := $(INSTALLED_FILES_FILE_RAMDISK:.txt=.json)
|
|||
$(INSTALLED_FILES_FILE_RAMDISK): .KATI_IMPLICIT_OUTPUTS := $(INSTALLED_FILES_JSON_RAMDISK)
|
||||
$(INSTALLED_FILES_FILE_RAMDISK) : $(INTERNAL_RAMDISK_FILES) $(FILESLIST)
|
||||
@echo Installed file list: $@
|
||||
@mkdir -p $(TARGET_RAMDISK_OUT)
|
||||
@mkdir -p $(dir $@)
|
||||
@rm -f $@
|
||||
$(hide) $(FILESLIST) $(TARGET_RAMDISK_OUT) > $(@:.txt=.json)
|
||||
|
|
Loading…
Reference in New Issue