Android: Increase default_min_sdk_version 19 -> 21
Cronet is the only project that requires a lower minSdkVersion. To continue supporting building of their targets, this change enabled proguard on all of their apks in order to have all files desugared at the proper minApiVersion. This change should speed up compiles somewhat, as it removes the need to generate main-dex-lists for legacy multidex purposes. Bug: 1091919 Change-Id: Ifd8089bbf4965b55a13dea11464ccda979fd5028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233581Reviewed-by:Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#776166}
Showing
Please register or sign in to comment