diff options
Diffstat (limited to 'java/bootclasspath_fragment.go')
| -rw-r--r-- | java/bootclasspath_fragment.go | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/java/bootclasspath_fragment.go b/java/bootclasspath_fragment.go index ebd22cfa1..901e65a81 100644 --- a/java/bootclasspath_fragment.go +++ b/java/bootclasspath_fragment.go @@ -674,10 +674,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)  }  |