commit | 37166a2f253eb544d9cc89d1bf1712e23bc3f0b4 | [log] [tgz] |
---|---|---|
author | Peter Wen <wnwen@chromium.org> | Fri Aug 26 22:12:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 26 22:12:21 2022 |
tree | 9720f08742f926af3f1dec04cf4f425a3ba89032 | |
parent | 0c9ea3c7c328e21252b6b5a9700a80f4656dfe1a [diff] |
Android: Faster CQ bots The fastbuild mixin can be even faster by disabling all android static analysis, which includes lint, errorprone, and bytecode checker. Using android_static_analysis="off" also makes this mixin future proof if and when new android static analysis checks are added. This was found while working on https://crbug.com/1351263. Bug: 1351263 Change-Id: I6b6640084551ebce1096166440fe0fc693c86f67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3860209 Commit-Queue: Erik Staab <estaab@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/main@{#1039994}
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.