commit | 2e3db78141260081f2da2a849659675666613e98 | [log] [tgz] |
---|---|---|
author | Tiger Oakes <[email protected]> | Thu Jun 07 17:57:22 2018 |
committer | Commit Bot <[email protected]> | Thu Jun 07 17:57:22 2018 |
tree | 7d7f0a0296b60d93fde37ebbf396c8185bcecf4b | |
parent | 383ea4e718310f7d214061c8081202cc2f2937c2 [diff] [blame] |
Added enable_d8 to uses D8 instead of DX D8 is the new default dexer in Android Studio. We're replacing DX with D8. This improves the APK size by removing 30 KB. Bug: 842681 Change-Id: Ic0d310f615d6aad44a55a2ab5f56ef40288df53f Reviewed-on: https://chromium-review.googlesource.com/1079373 Commit-Queue: Tiger Oakes <[email protected]> Reviewed-by: Eric Stevenson <[email protected]> Reviewed-by: agrieve <[email protected]> Cr-Commit-Position: refs/heads/master@{#565336}
diff --git a/DEPS b/DEPS index 48ca075..121f7ff 100644 --- a/DEPS +++ b/DEPS
@@ -914,7 +914,7 @@ 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'version:1.0.26', + 'version': 'version:1.0.30', }, ], 'condition': 'checkout_android',