Commit 149c537
Only traverse rules definitely providing JavaInfo in android_neverlink_aspect
This improves build performance by avoiding creating aspect targets for transitive dependencies that are not Java dependencies at all. The tradeoff is that it does require the participating rules to include `JavaInfo` in `rule.provides`.
PiperOrigin-RevId: 862345672
Change-Id: I3bd0665b73349b5ad83102cd7cf0aa4a150a67c91 parent 2985c25 commit 149c537
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
0 commit comments