summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2020-12-11 19:14:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-12-11 19:14:29 +0000
commit30530a9e34405e6bf7df4a40e9c3dfc97da9efd6 (patch)
tree10f40018d291ba1fea058e4e97754462e71920cb /rust/rust.go
parentd36c83862fe289f32faefa3af5c2177be540b328 (diff)
parent9d74a527062d6ffac1ce6fe5c8c2280d1d16332b (diff)
Merge "Rust: WriteFileRule instead of printf for protos"
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 531d96191..3d701210f 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -245,7 +245,8 @@ type PathDeps struct {
CrtEnd android.OptionalPath
// Paths to generated source files
- SrcDeps android.Paths
+ SrcDeps android.Paths
+ srcProviderFiles android.Paths
}
type RustLibraries []RustLibrary