Switch boot image generation to use GetGlobalSoongConfig(ctx) am: 8fc51a8eb6
am: 371276f582
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1757169 Change-Id: Ia5c95bfaf3a77614e15c1c5221826ed4c3d8abd8
This commit is contained in:
@@ -658,10 +658,6 @@ func (b *BootclasspathFragmentModule) produceBootImageFiles(ctx android.ModuleCo
|
||||
return nil
|
||||
}
|
||||
|
||||
// Force the GlobalSoongConfig to be created and cached for use by the dex_bootjars
|
||||
// GenerateSingletonBuildActions method as it cannot create it for itself.
|
||||
dexpreopt.GetGlobalSoongConfig(ctx)
|
||||
|
||||
// Only generate the boot image if the configuration does not skip it.
|
||||
return b.generateBootImageBuildActions(ctx, imageConfig)
|
||||
}
|
||||
|
Reference in New Issue
Block a user