diff options
author | 2024-12-16 06:04:53 -0800 | |
---|---|---|
committer | 2024-12-16 06:04:53 -0800 | |
commit | 983bbf07e9041dc073de2c8c14df1e5204e6727a (patch) | |
tree | acd85b2eeececcf45d82de28e70bb47805c05cc2 /rust/rust.go | |
parent | 8d3ab2d0e82ecd79c0180b10b5aede98fab9a65f (diff) | |
parent | f4589017b4bf593c73741deeeaff1831882f9f29 (diff) |
Merge "rust: Add version scripts and symbol exports" into main
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 1 |
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 |