Remove bootclasspathApiInfo
Previously, the bootclasspathApiInfo was only used for tests and follow up changes will need to provide the stub dex jars. This change moves the stubJarsByKind into HiddenAPIInfo and removes bootclasspathApiInfo and the corresponding provider. Bug: 179354495 Test: m nothing Change-Id: I5459c56de561c053ed671dc9d5cb3ee4820c0ee8
This commit is contained in:
@@ -507,10 +507,6 @@ func (b *BootclasspathFragmentModule) generateHiddenAPIBuildActions(ctx android.
|
||||
// Create hidden API input structure.
|
||||
input := b.createHiddenAPIFlagInput(ctx, contents)
|
||||
|
||||
// Store the information for use by other modules.
|
||||
bootclasspathApiInfo := bootclasspathApiInfo{stubJarsByKind: input.StubDexJarsByKind}
|
||||
ctx.SetProvider(bootclasspathApiInfoProvider, bootclasspathApiInfo)
|
||||
|
||||
var output *HiddenAPIFlagOutput
|
||||
|
||||
// Hidden API processing is conditional as a temporary workaround as not all
|
||||
@@ -534,6 +530,9 @@ func (b *BootclasspathFragmentModule) generateHiddenAPIBuildActions(ctx android.
|
||||
// generation. That is because the monolithic hidden API processing uses those flag files to
|
||||
// perform its own flag generation.
|
||||
FlagFilesByCategory: input.FlagFilesByCategory,
|
||||
|
||||
// Make these available for tests.
|
||||
StubDexJarsByKind: input.StubDexJarsByKind,
|
||||
}
|
||||
|
||||
if output != nil {
|
||||
|
Reference in New Issue
Block a user