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/input/tests/InputPublisherAndConsumer_test.cpp b/libs/input/tests/InputPublisherAndConsumer_test.cpp index b5fab49..332831f 100644 --- a/libs/input/tests/InputPublisherAndConsumer_test.cpp +++ b/libs/input/tests/InputPublisherAndConsumer_test.cpp
@@ -17,6 +17,7 @@ #include <attestation/HmacKeyManager.h> #include <gtest/gtest.h> #include <gui/constants.h> +#include <input/InputConsumer.h> #include <input/InputTransport.h> using android::base::Result;