diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2013-07-02 12:33:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-02 12:33:15 -0700 |
commit | 8b9319162d4f574fc45f88e6f9e28e62a4b5da78 (patch) | |
tree | 104c5d7627b6c8a3bf6dda68b7e55ccff7b66e05 | |
parent | db8c267ec26997771eb718c29d3dacd4e738051b (diff) | |
parent | f4f2bd21d5b57f1598172ddbc44817c10785bdb3 (diff) | |
download | frameworks_native-8b9319162d4f574fc45f88e6f9e28e62a4b5da78.zip frameworks_native-8b9319162d4f574fc45f88e6f9e28e62a4b5da78.tar.gz frameworks_native-8b9319162d4f574fc45f88e6f9e28e62a4b5da78.tar.bz2 |
am f4f2bd21: Tweak for forward compatibility
* commit 'f4f2bd21d5b57f1598172ddbc44817c10785bdb3':
Tweak for forward compatibility
-rw-r--r-- | include/input/KeycodeLabels.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/input/KeycodeLabels.h b/include/input/KeycodeLabels.h new file mode 100644 index 0000000..1e91ea8 --- /dev/null +++ b/include/input/KeycodeLabels.h @@ -0,0 +1,6 @@ +#ifndef _LIBINPUT_KEYCODE_LABELS_H +#define _LIBINPUT_KEYCODE_LABELS_H + +#include <androidfw/KeycodeLabels.h> + +#endif // _LIBINPUT_KEYCODE_LABELS_H |