commit | 70cb3b63b4ad63a9d692c1053ddabfb1cf3dba78 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Oct 16 16:23:05 2020 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Oct 16 16:23:05 2020 +0900 |
tree | f683a3196aa3d5fb89db03f892d2544bc7655d07 | |
parent | cc49b09560287ebe6ead2c43f92fcb35608f7c96 [diff] |
Set flag exporter provider for vndk_prebuilt libs vndk_prebuilt exports some flags, so the provider should be set. Bug: N/A Test: m Change-Id: I6c4df4139e66f992b63686adfe0635f08bafa649
diff --git a/cc/vndk_prebuilt.go b/cc/vndk_prebuilt.go index 7c47ef4..3556d94 100644 --- a/cc/vndk_prebuilt.go +++ b/cc/vndk_prebuilt.go
@@ -169,6 +169,8 @@ TableOfContents: p.tocFile, }) + p.libraryDecorator.flagExporter.setProvider(ctx) + return in }