commit | 97bb72deefbee36e05ecd29a67f5253a8e301b45 | [log] [tgz] |
---|---|---|
author | Peter Wen <wnwen@chromium.org> | Thu May 18 21:56:24 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 18 21:56:24 2023 |
tree | f929fe1001ee67f1adce195a707ed2f69bd6187c | |
parent | 93e51b8f93ab090c9d36fff9ba493eded3a0311b [diff] |
Android: Use jdeps and zipinfo for bytecode checks An initial version of using jdeps and zipinfo to check for missing deps in the direct deps list vs the transitive deps list, gated by an environment variable for ease of switching until this becomes the default. Also fixes a bug in CachedFile that relative_to failes to properly find the correct relative paths when paths aren't resolved to absolute paths. Bug: 1099522 Change-Id: Iafe764cea776aaf7575941cf071568fdacc04746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4544586 Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1146210}
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.