Revert "Move canvas WallpaperEngine to droidFood"

This reverts commit eca2762da7.

Reason for revert: culprit of b/255702022

Change-Id: I0071a7a2bccf829ecc8f25ad8da6597b0a21de6f
This commit is contained in:
Aurélien Pomini
2022-10-27 17:25:12 +00:00
committed by Android (Google) Code Review
parent eca2762da7
commit 11063cb1ad

View File

@@ -192,7 +192,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