Merge "Revert "Move canvas WallpaperEngine to droidFood"" into tm-qpr-dev

This commit is contained in:
Lucas Dupin
2022-10-27 22:12:12 +00:00
committed by Android (Google) Code Review

View File

@@ -193,7 +193,7 @@ object Flags {
// 802 - wallpaper rendering
// TODO(b/254512923): Tracking Bug
@JvmField val USE_CANVAS_RENDERER = ReleasedFlag(802)
@JvmField val USE_CANVAS_RENDERER = UnreleasedFlag(802, teamfood = true)
// 803 - screen contents translation
// TODO(b/254513187): Tracking Bug