Allow Android to be built in an out-of-repo build dir
My ssd ran out of space to build Android so in the meantime, I symlinked it into my home dir. However, when I did this, my Android build resulted in an exception where it would try to symlink a file to itself: ~/out/gn_android/gen/components/version_info/android/java/org/chromium/components/version_info/VersionConstants.java This patch checks and avoids this case. Change-Id: I0d0f6b90e40a1e9af710ccca8a626116f0ec6f75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710783 Commit-Queue: enne <enne@chromium.org> Reviewed-by:Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#682844}
Showing
Please register or sign in to comment