Merge "Propagate profile_guided requirement of imports to top-level apex" into main

This commit is contained in:
Spandan Das
2024-01-30 22:50:38 +00:00
committed by Gerrit Code Review
9 changed files with 69 additions and 10 deletions

View File

@@ -1105,6 +1105,10 @@ func (module *PrebuiltBootclasspathFragmentModule) RequiredFilesFromPrebuiltApex
return nil
}
func (module *PrebuiltBootclasspathFragmentModule) UseProfileGuidedDexpreopt() bool {
return false
}
var _ android.RequiredFilesFromPrebuiltApex = (*PrebuiltBootclasspathFragmentModule)(nil)
func prebuiltBootclasspathFragmentFactory() android.Module {