Skip to content
Snippets Groups Projects
Commit 04012f0a authored by Dragoș Tiselice's avatar Dragoș Tiselice Committed by CQ bot account: commit-bot@chromium.org
Browse files

[build] Fix Rust static library dependecies

Depending on a static_library from Rust fails because the correct
link directory path is not passed to build_rustc_target.py. This
fix adds link paths from every one of the dependecies found in
non_rust_deps.

This is not ideal since it doesn't work with source_set or any
shared library that has transitive dependencies.

TEST=Build, CQ, and Rust crate that tests scenario.
     fx run-test static_library_tests

Change-Id: I42c2d07e68d5f7a3d76c0edacbcd0d81f50c4993
parent 56a0f396
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment