Merge "Use --ignore_missing_files when creating symbols.zip"

This commit is contained in:
Treehugger Robot 2019-05-07 21:32:54 +00:00 committed by Gerrit Code Review
commit 96ba044c94
1 changed files with 1 additions and 1 deletions

View File

@ -4284,7 +4284,7 @@ $(SYMBOLS_ZIP): $(SOONG_ZIP)
$(hide) rm -rf $@ $(PRIVATE_LIST_FILE)
$(hide) mkdir -p $(dir $@) $(TARGET_OUT_UNSTRIPPED) $(dir $(PRIVATE_LIST_FILE))
$(hide) find -L $(TARGET_OUT_UNSTRIPPED) -type f | sort >$(PRIVATE_LIST_FILE)
$(hide) $(SOONG_ZIP) -d -o $@ -C $(OUT_DIR)/.. -l $(PRIVATE_LIST_FILE)
$(hide) $(SOONG_ZIP) --ignore_missing_files -d -o $@ -C $(OUT_DIR)/.. -l $(PRIVATE_LIST_FILE)
# -----------------------------------------------------------------
# A zip of the coverage directory.
#