diff options
author | 2013-05-21 15:04:14 -0700 | |
---|---|---|
committer | 2013-05-21 15:04:14 -0700 | |
commit | 631500ef58e016943bd73521d113f12eab16dc25 (patch) | |
tree | a34410053cdfdf5f61d900a5f6f1b4deedd3d276 /libs/androidfw/Keyboard.cpp | |
parent | 7f43674db314ab76e77cfd2a9488058eae144aa8 (diff) |
Move VelocityTracker.cpp to target build only
VelocityTracker.cpp makes reference to property_get, which
doesn't make a lot of sense when compiling for the host.
Compile this file for the target only.
Keyboard.cpp: Remove unnecessary include file.
Change-Id: Iee9edd81953b2e7e815005770ce286a6ec586f20
Diffstat (limited to 'libs/androidfw/Keyboard.cpp')
-rw-r--r-- | libs/androidfw/Keyboard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/androidfw/Keyboard.cpp b/libs/androidfw/Keyboard.cpp index 4ddbeab340ee..26a4e6a412a2 100644 --- a/libs/androidfw/Keyboard.cpp +++ b/libs/androidfw/Keyboard.cpp @@ -27,7 +27,6 @@ #include <androidfw/InputDevice.h> #include <utils/Errors.h> #include <utils/Log.h> -#include <cutils/properties.h> namespace android { |