diff options
| author | 2021-06-11 04:39:05 +0000 | |
|---|---|---|
| committer | 2021-06-11 04:39:05 +0000 | |
| commit | 5e1073b7cd2cb2bdcb885880b240ccc601fadcda (patch) | |
| tree | 175568f5c456cc867bd578e46be28d2544b972de /java/platform_bootclasspath.go | |
| parent | 7b4bda29fcbbde5250584808e2cdaa2da7ce5cbd (diff) | |
| parent | 524c82c01acbd1f45a401d3444354cd69dd342e3 (diff) | |
Merge "Export hidden api related types and fields"
Diffstat (limited to 'java/platform_bootclasspath.go')
| -rw-r--r-- | java/platform_bootclasspath.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/platform_bootclasspath.go b/java/platform_bootclasspath.go index 87c695cb5..7d1e53f8c 100644 --- a/java/platform_bootclasspath.go +++ b/java/platform_bootclasspath.go @@ -280,7 +280,6 @@ func (b *platformBootclasspathModule) generateHiddenAPIBuildActions(ctx android. } monolithicInfo := b.createAndProvideMonolithicHiddenAPIInfo(ctx, fragments) - // Create the input to pass to ruleToGenerateHiddenAPIStubFlagsFile input := newHiddenAPIFlagInput() @@ -342,7 +341,7 @@ func (b *platformBootclasspathModule) createAndProvideMonolithicHiddenAPIInfo(ct monolithicInfo := newMonolithicHiddenAPIInfo(ctx, temporaryInput.FlagFilesByCategory, fragments) // Store the information for testing. - ctx.SetProvider(monolithicHiddenAPIInfoProvider, monolithicInfo) + ctx.SetProvider(MonolithicHiddenAPIInfoProvider, monolithicInfo) return monolithicInfo } |