-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore base target toolchain dependencies if aspect is applied on out…
…put file when aspect is applied to an output file it does not propagate to its generating rule attribute dependencies and it should not propagate to its toolchain dependencies. The type of the target was mistakenly checked using `getAssociatedRule` which is not null if the target is `OutputFile`. PiperOrigin-RevId: 684923928 Change-Id: Idb0ba4dec8b646f2f8aa09002ea75817eb4d6f81
- Loading branch information
1 parent
8c7bedf
commit 00fdb67
Showing
3 changed files
with
234 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters