commit | d2aa190bdce99b0f7deda24ae13ecd3028b76d6a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 11 23:24:06 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 11 23:24:06 2022 +0000 |
tree | b8c4f53f64678eadbc8ef2bd0bf451b53265cf20 | |
parent | 8c81305c80f74fcce3e8be8edbef8fb8919dd574 [diff] | |
parent | 412436f7fed2137591745ef597bb25e3a2d90d48 [diff] |
Merge changes I046d75db,Ie13817dc * changes: Don't panic if no certificates found Move proguard test files to java package
diff --git a/cc/afdo.go b/cc/afdo.go index c888213..66e9732 100644 --- a/cc/afdo.go +++ b/cc/afdo.go
@@ -45,6 +45,8 @@ } type AfdoProperties struct { + // Afdo allows developers self-service enroll for + // automatic feedback-directed optimization using profile data. Afdo bool AfdoTarget *string `blueprint:"mutated"`