diff options
author | Prabir Pradhan <prabirmsp@google.com> | 2018-11-14 19:55:21 -0800 |
---|---|---|
committer | Prabir Pradhan <prabirmsp@google.com> | 2018-11-19 18:10:48 -0800 |
commit | e5696a5ccc736bc636f31deceee622cc21700a21 (patch) | |
tree | efe93722f89bdff402d17031830bb313276fcfcb /libs/input/PointerController.h | |
parent | 817d206fff34f751f550b66ea59bb5fd561d6bba (diff) |
InputFlinger Split: Use libinputreader in InputManagerService
This changes native InputManagerService to use the new backend library
for inputflinger: libinputreader.
Bug: 119264687
Test: manual: Build, run, and test input (touch, mouse)
Change-Id: I619492d5492cd8444d7c2cc7af9717c19c938256
Diffstat (limited to 'libs/input/PointerController.h')
-rw-r--r-- | libs/input/PointerController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/PointerController.h b/libs/input/PointerController.h index eb3469e0b3f0..7f4e5a59c9b6 100644 --- a/libs/input/PointerController.h +++ b/libs/input/PointerController.h @@ -24,7 +24,7 @@ #include <ui/DisplayInfo.h> #include <input/Input.h> -#include <inputflinger/PointerControllerInterface.h> +#include <PointerControllerInterface.h> #include <utils/BitSet.h> #include <utils/RefBase.h> #include <utils/Looper.h> |