Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@iskakaushik
Copy link
Contributor

No description provided.


deps = [
"../kernel:kernel_platform_files($host_toolchain)",
"../kernel:kernel_platform_files",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chinmaygarde , @jason-simmons maybe you guys know this, but when i specify the ($host_toolchain) here gn is unable to resolve the dependency of the input platform_dill between this and the kernel_platform_files target.

My theory is that maybe data deps can only exist between targets of same toolchain.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to look into prebuilt_dart_action and it seems to be relying on the host_toolchain by default and the redundant dependency here seems to be causing the problem. This PR should be good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants