Merge "[cc/pgo] Mark pgo.sampling property as an arch-variant"
This commit is contained in:
@@ -56,7 +56,7 @@ func recordMissingProfileFile(ctx BaseModuleContext, missing string) {
|
|||||||
type PgoProperties struct {
|
type PgoProperties struct {
|
||||||
Pgo struct {
|
Pgo struct {
|
||||||
Instrumentation *bool
|
Instrumentation *bool
|
||||||
Sampling *bool
|
Sampling *bool `android:"arch_variant"`
|
||||||
Profile_file *string `android:"arch_variant"`
|
Profile_file *string `android:"arch_variant"`
|
||||||
Benchmarks []string
|
Benchmarks []string
|
||||||
Enable_profile_use *bool `android:"arch_variant"`
|
Enable_profile_use *bool `android:"arch_variant"`
|
||||||
|
Reference in New Issue
Block a user