diff options
author | 2014-04-22 15:03:51 -0700 | |
---|---|---|
committer | 2014-04-22 16:55:36 -0700 | |
commit | 872db4f11e407accccba9d37c335ef7e3597eba4 (patch) | |
tree | e527c6316160e6e2dcb062f0440fd7c4afc43eed /libs/input/KeyLayoutMap.cpp | |
parent | 4cbf3c53447215a31f69d3ac615ba0daa902f717 (diff) |
Move key attribute information out of native.
Native doesn't ever actually care about the attributes of keys, so
move all of it up into the managed layer and move all of the key
names down so they're defined once.
Change-Id: Ic8ded13ce050b2b98744735ff50d11e8d882d7d5
Diffstat (limited to 'libs/input/KeyLayoutMap.cpp')
-rw-r--r-- | libs/input/KeyLayoutMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/input/KeyLayoutMap.cpp b/libs/input/KeyLayoutMap.cpp index 0800a31d75..2b2f13e4c7 100644 --- a/libs/input/KeyLayoutMap.cpp +++ b/libs/input/KeyLayoutMap.cpp @@ -19,6 +19,7 @@ #include <stdlib.h> #include <android/keycodes.h> +#include <input/InputEventLabels.h> #include <input/Keyboard.h> #include <input/KeyLayoutMap.h> #include <utils/Log.h> |