Merge "Use full path in symbols zip file"

This commit is contained in:
Treehugger Robot 2016-09-06 21:40:19 +00:00 committed by Gerrit Code Review
commit 72dcbeb4bc
1 changed files with 1 additions and 1 deletions

View File

@ -2058,7 +2058,7 @@ $(SYMBOLS_ZIP): $(SOONG_ZIP)
$(hide) rm -rf $@ $(PRIVATE_LIST_FILE)
$(hide) mkdir -p $(dir $@) $(TARGET_OUT_UNSTRIPPED) $(dir $(PRIVATE_LIST_FILE))
$(hide) find $(TARGET_OUT_UNSTRIPPED) | sort >$(PRIVATE_LIST_FILE)
$(hide) $(SOONG_ZIP) -d -o $@ -C $(TARGET_OUT_UNSTRIPPED) -l $(PRIVATE_LIST_FILE)
$(hide) $(SOONG_ZIP) -d -o $@ -C . -l $(PRIVATE_LIST_FILE)
# -----------------------------------------------------------------
# A zip of the Android Apps. Not keeping full path so that we don't