Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRS am: 49540800f0 am: 8f7ea0ebdd

am: 0ee536259f

Change-Id: I6b767ab0b947054ce3264ce0cf478c4d0403bb38
This commit is contained in:
Pirama Arumuga Nainar
2018-02-13 21:15:24 +00:00
committed by android-build-merger
3 changed files with 16 additions and 3 deletions

View File

@@ -215,6 +215,8 @@ type productVariables struct {
ExtraVndkVersions []string `json:",omitempty"`
NamespacesToExport []string `json:",omitempty"`
PgoAdditionalProfileDirs []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {