Merge "Set flag exporter provider for vndk_prebuilt libs"

This commit is contained in:
Treehugger Robot 2020-10-18 12:19:05 +00:00 committed by Gerrit Code Review
commit 509a9d35ac
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext,
TableOfContents: p.tocFile,
})
p.libraryDecorator.flagExporter.setProvider(ctx)
return in
}