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

View File

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