summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
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 38caad373..6cbcd7dc0 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -260,7 +260,8 @@ type PathDeps struct {
CrtEnd android.OptionalPath
// Paths to generated source files
- SrcDeps android.Paths
+ SrcDeps android.Paths
+ srcProviderFiles android.Paths
}
type RustLibraries []RustLibrary