summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-05-23 15:40:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-05-23 15:40:11 +0000
commitdb90a330ba6c8df653f311a34e0288c5cdeade3f (patch)
tree8f89779cda1935eddcf12b3b561226d3e5447d7b /libs
parentf17771f2a55b566ebeabe247e8ec39c987e74244 (diff)
parent631500ef58e016943bd73521d113f12eab16dc25 (diff)
downloadframeworks_base-db90a330ba6c8df653f311a34e0288c5cdeade3f.zip
frameworks_base-db90a330ba6c8df653f311a34e0288c5cdeade3f.tar.gz
frameworks_base-db90a330ba6c8df653f311a34e0288c5cdeade3f.tar.bz2
Merge "Move VelocityTracker.cpp to target build only"
Diffstat (limited to 'libs')
-rw-r--r--libs/androidfw/Android.mk4
-rw-r--r--libs/androidfw/Keyboard.cpp1
2 files changed, 2 insertions, 3 deletions
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index bb79f27..c06b144 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -38,7 +38,6 @@ commonUiSources:= \
KeyCharacterMap.cpp \
KeyLayoutMap.cpp \
VelocityControl.cpp \
- VelocityTracker.cpp \
VirtualKeyMap.cpp
commonSources:= \
@@ -74,7 +73,8 @@ LOCAL_SRC_FILES:= \
BackupData.cpp \
BackupHelpers.cpp \
CursorWindow.cpp \
- InputTransport.cpp
+ InputTransport.cpp \
+ VelocityTracker.cpp
LOCAL_SHARED_LIBRARIES := \
liblog \
diff --git a/libs/androidfw/Keyboard.cpp b/libs/androidfw/Keyboard.cpp
index 4ddbeab..26a4e6a 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 {