Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ac50898 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Move PGO profiles to its own subdir" am: db7e9608 am: 9e627232

parents 12ba6eaa 9e627232
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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",
	}
	}
)
)