diff options
Diffstat (limited to 'rust/library.go')
-rw-r--r-- | rust/library.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/library.go b/rust/library.go index 20cd2af7d..bd3359b6a 100644 --- a/rust/library.go +++ b/rust/library.go @@ -617,6 +617,9 @@ func (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps Pa TableOfContents: android.OptionalPathForPath(tocFile), SharedLibrary: outputFile, Target: ctx.Target(), + // TODO: when rust supports stubs uses the stubs state rather than inferring it from + // apex_exclude. + IsStubs: Bool(library.Properties.Apex_exclude), }) } |