Commit 6663ed03 authored by Richard He's avatar Richard He Committed by Commit Bot

Fix: generate_gradle with vpython

Use vpython for `generate_gradle.py` and `list_java_targets.py`

Change-Id: I39bb601add8cc1c019a3aab9bca60bee0e341084
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315400
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791917}
parent 9afe1747
#!/usr/bin/env python #!/usr/bin/env vpython
# Copyright 2016 The Chromium Authors. All rights reserved. # Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
......
#!/usr/bin/env python3 #!/usr/bin/env vpython3
# Copyright 2020 The Chromium Authors. All rights reserved. # Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment