Merge "Fix build error on empty ramdisk" am: 5d225276ca
am: debaf1b8af
am: 3e3c738d7f
Change-Id: I239d210569588636fde36bc2a545b80a16dc2509
This commit is contained in:
@@ -898,6 +898,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)
|
||||
|
Reference in New Issue
Block a user