From 40216ae88b833aa94e65968f5a17b7b92e05032d Mon Sep 17 00:00:00 2001 From: Alix Date: Thu, 7 Apr 2022 20:47:01 +0000 Subject: [PATCH] moved comment to describe Afdo bool Test: just added a comment, no tests performed. Change-Id: Id921b808462600e889ee8fda532a3305821692b2 --- cc/afdo.go | 2 ++ 1 file changed, 2 insertions(+) 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"`