diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-09-08 17:13:30 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-08 17:13:30 +0000 |
commit | b7773c0fd7f8a9c6def09034aecdef736e9bfdb9 (patch) | |
tree | a69c0ddd1bc43e1800321bf59eb9c3f9db3cc3e0 | |
parent | 3284f1c75ff5881ec5a4ba7cd6269a3e0d538fe0 (diff) | |
parent | 775215738b8c90a70f00099f683031bc7dfeb02f (diff) |
Merge "Move PropertyMap from libutils to libinput" am: bf37f0d136 am: 27e25ee89e am: 3b71c8c742 am: 3faf298e70 am: 775215738b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1419037
Change-Id: I47ffc1d0578763e1b00a2400d04087753d8082ac
-rw-r--r-- | tools/validatekeymaps/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/validatekeymaps/Main.cpp b/tools/validatekeymaps/Main.cpp index 0aca13e95a52..7c150f9c8db9 100644 --- a/tools/validatekeymaps/Main.cpp +++ b/tools/validatekeymaps/Main.cpp @@ -16,8 +16,8 @@ #include <input/KeyCharacterMap.h> #include <input/KeyLayoutMap.h> +#include <input/PropertyMap.h> #include <input/VirtualKeyMap.h> -#include <utils/PropertyMap.h> #include <stdarg.h> #include <stdio.h> |