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

Commit bd477808 authored by Eric Lin's avatar Eric Lin
Browse files

Remove disable_object_pool flag in WM server.

ObjectPool and ObjectPoolItem have been removed,
we no longer need this bug fix flag.
No CTS tests reference this flag, confirming safe removal.

Bug: 311089192
Change-Id: Ie3ece4bc137e6a264b90c450a3d4865636526e13
Test: Build pass, boot success
Flag: EXEMPT removing com.android.window.flags.disable_object_pool
parent 44488a44
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -121,17 +121,6 @@ flag {
     }
}

flag {
    namespace: "windowing_sdk"
    name: "disable_object_pool"
    description: "Whether to disable object pool and let the GC handle lifecycle items"
    bug: "311089192"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "rear_display_disable_force_desktop_system_decorations"