commit | c4f53c8bd9d18f9c0b1736e068c8479ecb8e94bf | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Fri Apr 30 21:05:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 30 21:05:40 2021 |
tree | 251e955807c460347daff1b830ae6798989ed7c9 | |
parent | bd95f547173aab9cb6edd35d8c122f56f840036d [diff] |
Android: Fix multidex issue with incremental install If a single prebuilt .jar file has more methods than fits in a single dex file, then dexing will fail unless a --min-api of 21 or greater is passed. 21 is our minimum supported version, so just need to plumb the value through to the dexer. Bug: 1191527 Change-Id: Ib8d185fed2d88514941c4af9425be69316d558af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2862364 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#878086}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.