Introduce afdo
A new configuration rule for sampling PGO. This differs from the original pgo.go rule in the following ways: * Automatic propagation to static dependencies * Simpler configuration (just put `afdo: true` to optimsation targets) http://go/android-afdo Test: build Bug: 79161490 Change-Id: Ie194824cd523bca19e10ced41d2078fc598f13b3
This commit is contained in:
@@ -327,7 +327,8 @@ type productVariables struct {
|
||||
|
||||
NamespacesToExport []string `json:",omitempty"`
|
||||
|
||||
PgoAdditionalProfileDirs []string `json:",omitempty"`
|
||||
AfdoAdditionalProfileDirs []string `json:",omitempty"`
|
||||
PgoAdditionalProfileDirs []string `json:",omitempty"`
|
||||
|
||||
VndkUseCoreVariant *bool `json:",omitempty"`
|
||||
VndkSnapshotBuildArtifacts *bool `json:",omitempty"`
|
||||
|
Reference in New Issue
Block a user