diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-09-08 17:06:42 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-08 17:06:42 +0000 |
commit | 775215738b8c90a70f00099f683031bc7dfeb02f (patch) | |
tree | 8fb2e53964bd13b380067854890bea3ab04325ec /tools/validatekeymaps/Main.cpp | |
parent | f5d56737eace49d0fe2c6795bdaafe1d5fc41711 (diff) | |
parent | 3faf298e70c47c824b6545b87bc15d864143156e (diff) |
Merge "Move PropertyMap from libutils to libinput" am: bf37f0d136 am: 27e25ee89e am: 3b71c8c742 am: 3faf298e70
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1419037
Change-Id: I1764479f84168a5ee7583a2fde7e4a822cd6e8c1
Diffstat (limited to 'tools/validatekeymaps/Main.cpp')
-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 5ac9dfd2a557..877715a66f6d 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> |