Merge "Set flag exporter provider for vndk_prebuilt libs"
This commit is contained in:
commit
509a9d35ac
|
@ -169,6 +169,8 @@ func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext,
|
|||
TableOfContents: p.tocFile,
|
||||
})
|
||||
|
||||
p.libraryDecorator.flagExporter.setProvider(ctx)
|
||||
|
||||
return in
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue