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/KeyCharacterMap.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/KeyCharacterMap.cpp')
-rw-r--r-- | libs/input/KeyCharacterMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/input/KeyCharacterMap.cpp b/libs/input/KeyCharacterMap.cpp index 15a8774477..b03e01effb 100644 --- a/libs/input/KeyCharacterMap.cpp +++ b/libs/input/KeyCharacterMap.cpp @@ -24,6 +24,7 @@ #endif #include <android/keycodes.h> +#include <input/InputEventLabels.h> #include <input/Keyboard.h> #include <input/KeyCharacterMap.h> |