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
Merged-In: I5459c56de561c053ed671dc9d5cb3ee4820c0ee8
Change-Id: I5459c56de561c053ed671dc9d5cb3ee4820c0ee8
(cherry picked from commit 18cf19745e
)
This commit is contained in:
@@ -235,12 +235,3 @@ func (p BootclasspathAPIProperties) sdkKindToStubLibs() map[android.SdkKind][]st
|
||||
m[android.SdkCorePlatform] = p.Core_platform_api.Stub_libs
|
||||
return m
|
||||
}
|
||||
|
||||
// bootclasspathApiInfo contains paths resolved from BootclasspathAPIProperties
|
||||
type bootclasspathApiInfo struct {
|
||||
// stubJarsByKind maps from the android.SdkKind to the paths containing dex stub jars for each
|
||||
// kind.
|
||||
stubJarsByKind map[android.SdkKind]android.Paths
|
||||
}
|
||||
|
||||
var bootclasspathApiInfoProvider = blueprint.NewProvider(bootclasspathApiInfo{})
|
||||
|
Reference in New Issue
Block a user