commit | 0438ca8a922661b3a870f61ab6fcb5fab4e5ffb8 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Tue Mar 12 14:27:25 2024 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Mar 13 11:05:48 2024 -0700 |
tree | 1d8c82b3c049b83256cabeea31cfadf6f627ff25 | |
parent | 852772756777194d84be7d9662bb155fafa41d06 [diff] [blame] |
Move InputConsumer into separate files This helps to keep track of things, and it also allows easier deletion in the future. Bug: 311142655 Test: none Change-Id: Iece2bf6857ab05f86072031a4cf3a36f843b1634
diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp index a9d6e8d..9791212 100644 --- a/libs/gui/tests/EndToEndNativeInputTest.cpp +++ b/libs/gui/tests/EndToEndNativeInputTest.cpp
@@ -41,6 +41,7 @@ #include <android/os/IInputFlinger.h> #include <gui/WindowInfo.h> #include <input/Input.h> +#include <input/InputConsumer.h> #include <input/InputTransport.h> #include <ui/DisplayMode.h>