Android: Use a deterministic tmpdir for resources
Some generated .pb files embed the absolute path of a bundle's resources and cause the resulting .aab file to be non-deterministic due to these resources being stored in a temp directory. Make an explicitly named temp directory as a sibling directory to the output so that the resulting .aab is deterministic. An upstream fix is tracked in b/131222965. Tbr: ntfschr@chromium.org for android_webview/tools/apk_merger.py Bug: 939984 Change-Id: I80a8bb082393ede4f92bf70a4857de994363567a Fixed: 939984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891433 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:Ben Mason <benmason@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#712146}
Showing
Please register or sign in to comment