commit | 0957803291249644b6eed377fd9204973e05d07d | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Thu Apr 25 20:21:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 25 20:21:18 2024 |
tree | 8025b3a89409f838d6c76413809f6b5eaa789a4b | |
parent | f9abb0260665ea72ee49350db6f159a8674d7d28 [diff] |
Android: Make system image .apk files use only base split when fuse_apk=false Chanes system_image_apks.py in two ways: 1. If the output is an ".apk", use only the base.apk split (this is what we want for webview) 2. If the output is an ".apks", then stop renaming files to not look like an ".apks", since doing so messes up our signing infra. Bug: 337005700 Change-Id: If6498cf4bd59e984ec77edfd7cd15b8a65e40835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5490701 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Richard (Torne) Coles <torne@chromium.org> Reviewed-by: Richard (Torne) Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1292661}
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.
If you found a bug, please file it at https://crbug.com/new.