~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to 3rd_party/android-input/android/frameworks/base/services/input/Input.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <limits.h>
22
22
 
23
23
#include <androidfw/Input.h>
24
 
#include ANDROIDFW_UTILS(Log.h)
 
24
#include <std/Log.h>
25
25
 
26
26
#include <android/keycodes.h>
27
27