diff options
| author | 2021-12-23 04:53:29 +0000 | |
|---|---|---|
| committer | 2021-12-23 04:53:29 +0000 | |
| commit | 37d0a5790a9661714b33eaad5fcb546e9cd22b46 (patch) | |
| tree | 42f3feef818f09a6fbbc225f2693ccf9108c6d39 /android/variable.go | |
| parent | d0956e62be7a229c0cc23ae5eac1af57922fe36d (diff) | |
| parent | eb8efc902dd6008d22601d192ff63ea99d6eff1d (diff) | |
Merge "Introduce afdo"
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index 6204a50ed..a6156b1f7 100644 --- a/android/variable.go +++ b/android/variable.go @@ -329,7 +329,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"` |