am 9885ba95: Merge "Store a copy of installed-files.txt in DIST_DIR if system.img failed to build" into lmp-dev

* commit '9885ba95a4793a083d217a50ca251d212737c6d1':
  Store a copy of installed-files.txt in DIST_DIR if system.img failed to build
This commit is contained in:
Ying Wang 2014-08-19 21:42:08 +00:00 committed by Android Git Automerger
commit 179b81e0f8
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@ define build-systemimage-target
|| ( echo "Out of space? the tree size of $(TARGET_OUT) is (MB): " 1>&2 ;\
du -sm $(TARGET_OUT) 1>&2;\
echo "The max is $$(( $(BOARD_SYSTEMIMAGE_PARTITION_SIZE) / 1048576 )) MB." 1>&2 ;\
mkdir -p $(DIST_DIR); cp $(INSTALLED_FILES_FILE) $(DIST_DIR)/installed-files-rescued.txt; \
exit 1 )
endef