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',
   },