commit | ecbfa07774714ed49884f8424e5d9a92826a8f9c | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Wed Nov 01 23:49:18 2023 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Fri Nov 10 20:11:18 2023 +0000 |
tree | 30bbd52499ab70bf7c10cb028d5db816d89afe12 | |
parent | 6129c87ef1fa6b4bdf077b64f9ded30fcce95f74 [diff] [blame] |
Move FlagManager to a common SF lib So that CompositionEngine can use it. Bug: 236745178 Test: builds Change-Id: Ib873cb4a0b4231723a22fbc8fa22ec955aa6f329
diff --git a/services/surfaceflinger/Scheduler/VSyncDispatchTimerQueue.cpp b/services/surfaceflinger/Scheduler/VSyncDispatchTimerQueue.cpp index 3e7ec49..ef30887 100644 --- a/services/surfaceflinger/Scheduler/VSyncDispatchTimerQueue.cpp +++ b/services/surfaceflinger/Scheduler/VSyncDispatchTimerQueue.cpp
@@ -25,7 +25,7 @@ #include <scheduler/TimeKeeper.h> -#include "FlagManager.h" +#include <common/FlagManager.h> #include "VSyncDispatchTimerQueue.h" #include "VSyncTracker.h"