summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2024-12-16 06:04:53 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-16 06:04:53 -0800
commit983bbf07e9041dc073de2c8c14df1e5204e6727a (patch)
treeacd85b2eeececcf45d82de28e70bb47805c05cc2 /rust/rust.go
parent8d3ab2d0e82ecd79c0180b10b5aede98fab9a65f (diff)
parentf4589017b4bf593c73741deeeaff1831882f9f29 (diff)
Merge "rust: Add version scripts and symbol exports" into main
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 9586b8ce4..6fc682f25 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -427,6 +427,7 @@ type PathDeps struct {
StaticLibs android.Paths
ProcMacros RustLibraries
AfdoProfiles android.Paths
+ LinkerDeps android.Paths
// depFlags and depLinkFlags are rustc and linker (clang) flags.
depFlags []string