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/tests/unittests/FlagManagerTest.cpp b/services/surfaceflinger/tests/unittests/FlagManagerTest.cpp index aa37754..c040f29 100644 --- a/services/surfaceflinger/tests/unittests/FlagManagerTest.cpp +++ b/services/surfaceflinger/tests/unittests/FlagManagerTest.cpp
@@ -17,7 +17,7 @@ #undef LOG_TAG #define LOG_TAG "FlagManagerTest" -#include "FlagManager.h" +#include <common/FlagManager.h> #include "FlagUtils.h" #include <gmock/gmock.h>