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

Commit c7d42cc5 authored by Shai Barack's avatar Shai Barack
Browse files

Change default MessageQueue to CombinedMessageQueue

This is a no-op since the flag value is CombinedMessageQueue
at 100% except where there's a trunkfood holdback study in effect.

Change-Id: Ifeab589cdf857164adda2e724efb6c0a49be1954
Flag: build.RELEASE_PACKAGE_MESSAGEQUEUE_IMPLEMENTATION
Bug: 336880969
Bug: 391723087
parent ad905dd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ release_package_messagequeue_implementation_srcs {
        release_package_messagequeue_implementation: {
            srcs: ["android/os/%s"],
            conditions_default: {
                srcs: ["android/os/LegacyMessageQueue/MessageQueue.java"],
                srcs: ["android/os/CombinedMessageQueue/MessageQueue.java"],
            },
        },
    },