Reland "Move canvas WallpaperEngine to droidFood"

This CL re-enables I945b56a0a83df3c180aecf26a915e11fdd30c774, which was
reverted because of bugs that have been fixed.

Bug: 243402530
Test: no new logic is added
Change-Id: I9f17690d9c35b68099b6c11383662c771b1fe0e4
This commit is contained in:
Aurélien Pomini
2022-10-24 13:00:18 +00:00
parent 2899ff81c2
commit ce250c31b8

View File

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