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

Commit ce250c31 authored by Aurélien Pomini's avatar Aurélien Pomini
Browse files

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
parent 2899ff81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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