diff --git a/cc/afdo.go b/cc/afdo.go index c88821327..66e973284 100644 --- a/cc/afdo.go +++ b/cc/afdo.go @@ -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"`