commit | 727fb0ec138d2c26bdfa495d503ffcd55dff13af | [log] [tgz] |
---|---|---|
author | Peter Wen <wnwen@chromium.org> | Thu Sep 04 15:56:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 15:56:11 2025 |
tree | 0b9d1b28d45390ba7f6c81c636b7fee52e168b59 | |
parent | 49d16993592987c10ab53f183a49f1fe00639cc0 [diff] |
android: Fix direct deps suggestions for R.java R.java is a generated class that is not found in the .sources file for its target but rather is directly generated into the target's __assetres.srcjar zip file. This means that ClassLookupIndex is unable to find it as a ClassEntry. jdeps is able to find it as the R.class file is present in the target's .turbine.jar file. Thus rather than trying to fix this corner case, rely on jdeps for these class that are missing from the ClassLookupIndex but has a potential target found by jdeps. This is a more general fallback approach than finding a way to add R.java to the ClassLookupIndex graph as a special case. R=agrieve@chromium.org Bug: 437121440 Change-Id: I1e9c6656da160198a6f7b5387522ab052ad8bd28 Fixed: 437121440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6916814 Auto-Submit: Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1510945}
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.