Merge "Disable Region Sampling Flag for Teamfood" into tm-qpr-dev

This commit is contained in:
Florence Yang
2023-01-14 02:25:17 +00:00
committed by Android (Google) Code Review

View File

@@ -297,7 +297,7 @@ object Flags {
// 801 - region sampling // 801 - region sampling
// TODO(b/254512848): Tracking Bug // TODO(b/254512848): Tracking Bug
val REGION_SAMPLING = unreleasedFlag(801, "region_sampling", teamfood = true) val REGION_SAMPLING = unreleasedFlag(801, "region_sampling")
// 803 - screen contents translation // 803 - screen contents translation
// TODO(b/254513187): Tracking Bug // TODO(b/254513187): Tracking Bug