Merge "moved comment to describe Afdo bool"

This commit is contained in:
Alix Espino 2022-04-11 19:16:28 +00:00 committed by Gerrit Code Review
commit 8c81305c80

View file

@ -45,6 +45,8 @@ func recordMissingAfdoProfileFile(ctx android.BaseModuleContext, missing string)
}
type AfdoProperties struct {
// Afdo allows developers self-service enroll for
// automatic feedback-directed optimization using profile data.
Afdo bool
AfdoTarget *string `blueprint:"mutated"`