Merge "Move PGO profiles to its own subdir"

This commit is contained in:
Yi Kong
2022-04-08 04:10:16 +00:00
committed by Gerrit Code Review

View File

@@ -32,8 +32,8 @@ var (
} }
globalPgoProfileProjects = []string{ globalPgoProfileProjects = []string{
"toolchain/pgo-profiles", "toolchain/pgo-profiles/pgo",
"vendor/google_data/pgo_profile", "vendor/google_data/pgo_profile/pgo",
} }
) )