commit | d430ddd0c5f520cef53a57bbfa2d87ec9873441a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 18 21:37:39 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 18 21:37:39 2021 +0000 |
tree | 537dd268586f59fd116ae2e72d98c4dc680e7ebf | |
parent | 79c4bdb3fe0d9cc6c045bf383eed799f5a5ae5cb [diff] | |
parent | 2b1536e4dbc9e9178a8f6cf3fa049170811a75a1 [diff] |
Merge "Allow disabling errorprone even when RUN_ERROR_PRONE is true"
diff --git a/cc/pgo.go b/cc/pgo.go index 95c9c2e..e78549e 100644 --- a/cc/pgo.go +++ b/cc/pgo.go
@@ -56,7 +56,7 @@ type PgoProperties struct { Pgo struct { Instrumentation *bool - Sampling *bool + Sampling *bool `android:"arch_variant"` Profile_file *string `android:"arch_variant"` Benchmarks []string Enable_profile_use *bool `android:"arch_variant"`