commit | 6548d2a98de91f42b0c34c84f9dd204ed08ebb5f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 20 19:20:29 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 24 13:29:36 2017 -0700 |
tree | 989799a19356dde79011d8ace055b5fe1bd86662 | |
parent | b5f25a257f39293ee372025fc70e602724d0c47f [diff] |
Desugar default methods if required Desugar default methods if requested by LOCAL_MIN_SDK_VERSION < 26. Also remove --desugar_try_with_resources_if_needed=false, it is no longer necessary if we always proguard against frameworks.jar. Fixes d8 issues when it sees unexpected default methods that dx was passing through. Test: m checkbuild Change-Id: I81796b452d5a70a951e175727953d4295ca32c0c