commit | 67be732de136f6c4e61eb75205f8b9351191b5f6 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Oct 19 10:15:28 2020 +0900 |
committer | Inseob Kim <inseob@google.com> | Mon Oct 19 10:15:28 2020 +0900 |
tree | 264c0b39cb343073cdcee8c60f785a031afa6537 | |
parent | 509a9d35ac77b474088016327c21083239a4deb8 [diff] [blame] |
Set flag exporter provider for vendor snapshots Also, TestVendorSnapshotUse is amended so it can test whether vndk snapshot and vendor snapshot modules export their flags correctly. Bug: N/A Test: manual test Change-Id: Ie62ad1206449b1a40db8a2282af00616db693017
diff --git a/cc/vendor_snapshot.go b/cc/vendor_snapshot.go index 4c206e6..64e3ea8 100644 --- a/cc/vendor_snapshot.go +++ b/cc/vendor_snapshot.go
@@ -241,6 +241,8 @@ }) } + p.libraryDecorator.flagExporter.setProvider(ctx) + return in }