Android: Fix colorama-related pydeps
//.vpython recently had colorama added to it, which means that adding the third_party version of colorama to then end of sys.path would result in the system package being chosen. This fixes the import order of javac.py so that the third_party/ one is chosen over system packages. It also changes print_python_deps.py to *not* use vpython, so that it will match the behavior of GN / Ninja. Change-Id: I39cc397fa7d3fe32ddc15893bfda356b79ce8ecf Reviewed-on: https://chromium-review.googlesource.com/c/1458700Reviewed-by:Dirk Pranke <dpranke@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#630624}
Showing
Please register or sign in to comment