Merge changes from topic "libbinder.stable.abi" into sc-dev am: 95a4bedc68

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15003839

Change-Id: I0fd9c68aa671abe7a8d2e4bb2c707247c9ae314d
This commit is contained in:
Pirama Arumuga Nainar
2021-06-17 23:03:37 +00:00
committed by Automerger Merge Worker

View File

@@ -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"`