Android: Fix stack script when run not from src/ directory
Noticed my test stack wasn't symbolizing when I ran the script with PWD=$SRC/out/Debug Turns out the stack script calls os.chdir() at some point, so need to save --output-directory as an absolute path. Also updated other paths passed as flags to use abspath(). Change-Id: I91fe857fa1af5c94b2783b0f4083f4d4ef927e68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776611 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#692028}
Showing
Please register or sign in to comment