commit | 0fc2fa7e6b85d90f449ba8ba843784d1284db862 | [log] [tgz] |
---|---|---|
author | Garfield Tan <xutan@google.com> | Thu Aug 29 17:22:15 2019 -0700 |
committer | Prabir Pradhan <prabirmsp@google.com> | Tue Sep 17 16:30:11 2019 -0700 |
tree | 4d60b7bfe6dcb42e31d163d9ee12cc9c82d1a25e | |
parent | 8ea008771ef5994ef735645d2afab0465da9aeec [diff] [blame] |
Move InputDispatcher code into a folder. Note this is an intermediate stage so that the following change won't ruin git history. Should never let the HEAD be this commit. Bug: 140139676 Test: Builds. Change-Id: I263929e2d2dd17858eaea69121564335bcc2ef1c
diff --git a/services/inputflinger/tests/InputDispatcher_test.cpp b/services/inputflinger/tests/InputDispatcher_test.cpp index a86dcbc..8474b1c 100644 --- a/services/inputflinger/tests/InputDispatcher_test.cpp +++ b/services/inputflinger/tests/InputDispatcher_test.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "../InputDispatcher.h" +#include "../dispatcher/InputDispatcher.h" #include <binder/Binder.h>