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

Commit 551f70d0 authored by Valerie Hau's avatar Valerie Hau
Browse files

Revert "Flip BLAST on master"

This reverts commit e9eb96b0.

Reason for revert: Wrong branch!

Bug: 151758678
Test: build, boot
Change-Id: I1fee6d58bf520e173ab9f45c97baee4c2a626b1a
parent e9eb96b0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ import android.os.SystemService;
import android.os.Trace;
import android.os.UserHandle;
import android.os.WorkSource;
import android.provider.DeviceConfig;
import android.provider.Settings;
import android.service.vr.IVrManager;
import android.service.vr.IVrStateCallbacks;
@@ -1165,7 +1166,9 @@ public class WindowManagerService extends IWindowManager.Stub
        mAnimator = new WindowAnimator(this);
        mRoot = new RootWindowContainer(this);

        mUseBLAST = true;
        mUseBLAST = DeviceConfig.getBoolean(
                    DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT,
                    WM_USE_BLAST_ADAPTER_FLAG, false);

        mWindowPlacerLocked = new WindowSurfacePlacer(this);
        mTaskSnapshotController = new TaskSnapshotController(this);