Move PGO profiles to its own subdir

This separates out AFDO profiles from PGO profiles.

Test: presubmit
Change-Id: I2c0b710199cae31773bd6c3b29a0ca7a4e338b47
This commit is contained in:
Yi Kong
2022-04-07 23:54:28 +08:00
parent 2c3999050b
commit 88b94eac7c

View File

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