commit | b1102371578eb44dcedbd40296a561026cf9f21d | [log] [tgz] |
---|---|---|
author | Peter Wen <[email protected]> | Fri Mar 19 22:22:35 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Mar 19 22:22:35 2021 |
tree | 6799dcd09efafdb0473703057f3b035b2eb25e6d | |
parent | 329e4bb5e445e3de27141f8660df21d78c99c19f [diff] [blame] |
Android: Update javalang to 0.13.0 This fixes a python3 incompatibility that fails compiles after our python3 migration. Bug: 1112471 Change-Id: I8bfd2cdc76a52663cf296112dc4f7646f2ff8fbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2774572 Auto-Submit: Peter Wen <[email protected]> Reviewed-by: Sam Maier <[email protected]> Commit-Queue: Sam Maier <[email protected]> Commit-Queue: Peter Wen <[email protected]> Cr-Commit-Position: refs/heads/master@{#864821}
diff --git a/DEPS b/DEPS index 75bbdf0..f8c251c 100644 --- a/DEPS +++ b/DEPS
@@ -1094,7 +1094,7 @@ }, 'src/third_party/javalang/src': { - 'url': Var('chromium_git') + '/external/github.com/c2nes/javalang.git' + '@' + 'f98ffcb31d1daa57fbe5bd6def8ad7c3126d8242', + 'url': Var('chromium_git') + '/external/github.com/c2nes/javalang.git' + '@' + '0664afb7f4d40254312693f2e833c1ed4ac551c7', 'condition': 'checkout_android', },