Merge "Cleanup remaining android.JavaApiLibraryName() references"
This commit is contained in:
@@ -459,7 +459,7 @@ func sdkDeps(ctx android.BottomUpMutatorContext, sdkContext android.SdkContext,
|
||||
ctx.AddVariationDependencies(nil, sdkLibTag, sdkDep.classpath...)
|
||||
if d.effectiveOptimizeEnabled() && sdkDep.hasStandardLibs() {
|
||||
ctx.AddVariationDependencies(nil, proguardRaiseTag,
|
||||
android.JavaApiLibraryNames(ctx.Config(), config.LegacyCorePlatformBootclasspathLibraries)...,
|
||||
config.LegacyCorePlatformBootclasspathLibraries...,
|
||||
)
|
||||
}
|
||||
if d.effectiveOptimizeEnabled() && sdkDep.hasFrameworkLibs() {
|
||||
|
Reference in New Issue
Block a user