Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fc2fa7e authored by Garfield Tan's avatar Garfield Tan Committed by Prabir Pradhan
Browse files

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
parent 8ea00877
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cc_library_shared {
    srcs: [
        "InputClassifier.cpp",
        "InputClassifierConverter.cpp",
        "InputDispatcher.cpp",
        "dispatcher/InputDispatcher.cpp",
        "InputManager.cpp",
    ],

@@ -58,6 +58,7 @@ cc_library_shared {
    export_include_dirs: [
        ".",
        "include",
        "dispatcher",
    ],

}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include "../InputDispatcher.h"
#include "../dispatcher/InputDispatcher.h"

#include <binder/Binder.h>