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 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