commit | 77f78d97c8db37e17de135ee788b8205a638866d | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Wed Feb 19 23:33:30 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 19 23:33:30 2025 |
tree | e3e8b09f26f3164b672669fc92ed6351e7fd7c67 | |
parent | 0399f3f3d6f84e813987415e004edbe5629077f2 [diff] |
Android: Refactor support for skip_secondary_abi_for_cq Makes it not define android_app_secondary_abi when set, which makes it easier to find spots that require it. Fixes _64 webview bundle targets that were missing include_32_bit_webview=false (which just sets is_multi_abi, which just adds a .so placeholder). Bug: 391382988 Change-Id: I7037d16db43812570fa4f86e81820baa3ffa5f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6280872 Owners-Override: Andrew Grieve <[email protected]> Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1422249}
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.