commit | 908c55210de8c788097edb4883d81f8574c74aa3 | [log] [tgz] |
---|---|---|
author | Kuan Huang <kuanhuang@chromium.org> | Mon Jan 06 23:09:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 06 23:09:01 2025 |
tree | d637345cc79674f149b279dd45b7bdcf0beb85a1 | |
parent | 5b59cd1d182fd18f774265bb9418f495133fcecd [diff] |
[bisect-builds.py] Improve --apk/ipa argument support When specifying --apk or --ipa without -a, _DetectArchive would select the default Android or iOS platforms instead of the desktop archive for the user, as the intent of the user is to bisect for mobile platforms. Also, when Android platforms are specified via -a, select chromium vs. chrome according to the build type (snapshot/official). This would reduce the error for first-time users. Plus, raise an error when the user specifies --apk or --ipa for desktop archives, as they are irrelevant. Bug: None Change-Id: If21cbbac79abf8732e32c0ae0b751c00aba052cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6102096 Reviewed-by: Sven Zheng <svenzheng@chromium.org> Commit-Queue: Kuan Huang <kuanhuang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1402678}
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.