commit | e4fc01079d1e452e80f43852402c0343ba7359d2 | [log] [tgz] |
---|---|---|
author | Garfield Tan <xutan@google.com> | Wed Sep 11 13:16:25 2019 -0700 |
committer | Garfield Tan <xutan@google.com> | Thu Sep 26 10:53:50 2019 -0700 |
tree | c6c03329ce77e31087fbd55f22e1cb86d43a2ef7 | |
parent | 4f330b8eca915554e9f59c4f8f98ebddbcb81203 [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 Merged-In: I263929e2d2dd17858eaea69121564335bcc2ef1c
diff --git a/services/inputflinger/tests/InputDispatcher_test.cpp b/services/inputflinger/tests/InputDispatcher_test.cpp index 9fe6481..a297335 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>