commit | 70ed356560528473397935e192d7f293a84c0fee | [log] [tgz] |
---|---|---|
author | Eric Stevenson <[email protected]> | Tue Jun 26 21:21:46 2018 |
committer | Commit Bot <[email protected]> | Tue Jun 26 21:21:46 2018 |
tree | bb30d45a33e6b5796b36d4633a33d3fe85828935 | |
parent | 1976e41c16e11ad1527f326efde62c9ae501c11e [diff] [blame] |
Android: Update D8 with fix to enable Java asserts. We switched to D8 in 2e3db78141260081f2da2a849659675666613e98, but it turns out that D8 doesn't support Java asserts. This CL updates D8 with a fix to allow our assertion-enabling code to work again. Bug: 856575 Change-Id: I8f0f239c40de503445bc6a24ad54449a6b5de18c Reviewed-on: https://chromium-review.googlesource.com/1115424 Reviewed-by: agrieve <[email protected]> Commit-Queue: Eric Stevenson <[email protected]> Cr-Commit-Position: refs/heads/master@{#570534}
diff --git a/DEPS b/DEPS index 57ba7803..daeaade 100644 --- a/DEPS +++ b/DEPS
@@ -939,7 +939,7 @@ 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'version:1.0.30', + 'version': 'version:1.2.28-cr0', }, ], 'condition': 'checkout_android',