Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 179b81e0 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 9885ba95: Merge "Store a copy of installed-files.txt in DIST_DIR if...

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

* commit '9885ba95':
  Store a copy of installed-files.txt in DIST_DIR if system.img failed to build
parents 15f85353 9885ba95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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