From 9d74a527062d6ffac1ce6fe5c8c2280d1d16332b Mon Sep 17 00:00:00 2001 From: Ivan Lozano Date: Tue, 1 Dec 2020 09:25:22 -0500 Subject: Rust: WriteFileRule instead of printf for protos Use WriteFileRule instead of a rule that calls printf for generating the module source file for rust_protobuf. Bug: 171361369 Test: rust_protobuf modules compile Change-Id: Ie83a30e19d7d09875f3d209662526783862d8ea0 --- rust/rust.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rust/rust.go') 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 -- cgit v1.2.3-59-g8ed1b