Revert "Flip BLAST flag."

This reverts commit 5cf36637f9.

Reason for revert: b/171938419

Change-Id: I81dd1c3482c6fcbc527ec737d158b9d9a23fcbbe
This commit is contained in:
Sundong Ahn
2020-10-29 06:24:57 +00:00
parent 5cf36637f9
commit ffeb29f907

View File

@@ -1203,7 +1203,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);
mSyncEngine = new BLASTSyncEngine(this);