commit | 2b28181859294c2b4d962779ea651cde9a6d55a9 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Thu Aug 29 14:12:42 2019 -0700 |
committer | Garfield Tan <xutan@google.com> | Thu Sep 26 10:54:13 2019 -0700 |
tree | 85ed4be8d7fa94ce8e10ab0122a5762d99d11460 | |
parent | 73007b64aa670cc15f031c60c88587b675f47680 [diff] [blame] |
Create inputreader directory In order to start the work to split InputReader.cpp into multiple files, we first create a reader directory to hold the source files for libinputreader. The affected files are also reformatted with clang-format. Bug: 140139676 Test: libinputflinger and libinputflinger_tests builds successfully for crosshatch Change-Id: I62b6b873e2a03e61655eb6214183c984306dcfdb Merged-In: I62b6b873e2a03e61655eb6214183c984306dcfdb
diff --git a/services/inputflinger/tests/InputReader_test.cpp b/services/inputflinger/tests/InputReader_test.cpp index d353028..3cd6534 100644 --- a/services/inputflinger/tests/InputReader_test.cpp +++ b/services/inputflinger/tests/InputReader_test.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "../InputReader.h" +#include "InputReader.h" #include "TestInputListener.h" #include <gtest/gtest.h>