diff --git a/cc/pgo.go b/cc/pgo.go index 95c9c2e50..e78549e7b 100644 --- a/cc/pgo.go +++ b/cc/pgo.go @@ -56,7 +56,7 @@ func recordMissingProfileFile(ctx BaseModuleContext, missing string) { 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"`