commit | 4e52fc5cf33a8313140ab20aabaeaae8285964d7 | [log] [tgz] |
---|---|---|
author | Peter Wen <wnwen@chromium.org> | Mon Jun 03 16:50:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 03 16:50:59 2024 |
tree | 05c95275f0f02cb8facff5c13d8c3530c5ea99ac | |
parent | 7c55febea8dcaa7fd2ea68481d7c2bf85311e185 [diff] |
android: Fix lint for testonly apks Previously when chrome_public_test_apk enabled lint, some testonly lint warnings were disabled for all testonly targets because they did not apply to chrome_public_test_apk. It turns out that Cronet and WebView shell both were testonly targets but needed test checks. This CL turns these checks back on by removing all the ones previously disabled for testonly targets. This requires re-baselining with the script: $ third_party/android_build_tools/lint/rebuild_baselines.py Bug: 333130242 Change-Id: Ie9c6ab5a7dbe51b8b4905c8e83487cf8c05db023 Fixed: 333130242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5582415 Reviewed-by: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1309391}
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.