commit | 79c4bdb3fe0d9cc6c045bf383eed799f5a5ae5cb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 18 19:09:26 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 18 19:09:26 2021 +0000 |
tree | ab67bbcaf0f23c6aa6074a15f6d3fb156276df2d | |
parent | e6aefedeba5daaac4dd5b27b783e16df98055e18 [diff] | |
parent | 8195cdf8e32efb98bcdba1e44e76367cbb7835b8 [diff] |
Merge "[cc/pgo] Mark pgo.sampling property as an arch-variant"
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"`