summaryrefslogtreecommitdiffstats
path: root/services/input/tests
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-07-01 19:07:15 -0700
committerJeff Brown <jeffbrown@google.com>2013-07-01 20:11:42 -0700
commit9d3b1a424c5c61e24e9659d15fb353026a00d925 (patch)
tree0e543391e3ac7b6ac0bff377e08cd2e233ef7363 /services/input/tests
parent8f5e3d13e166e4873e130a5ef7c987333dbac917 (diff)
downloadframeworks_base-9d3b1a424c5c61e24e9659d15fb353026a00d925.zip
frameworks_base-9d3b1a424c5c61e24e9659d15fb353026a00d925.tar.gz
frameworks_base-9d3b1a424c5c61e24e9659d15fb353026a00d925.tar.bz2
Move input library code to frameworks/native.
No longer compile libandroidfw as a static library on the device since it already exists as a shared library. Keeping the static library would force us to provide a static library version of libinput for the device as well which doesn't make sense. Change-Id: I3517881b87b47dcc209d80dbd0ac6b5cf29a766f
Diffstat (limited to 'services/input/tests')
-rw-r--r--services/input/tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/input/tests/Android.mk b/services/input/tests/Android.mk
index f3e2dee..9278f41 100644
--- a/services/input/tests/Android.mk
+++ b/services/input/tests/Android.mk
@@ -17,7 +17,8 @@ shared_libraries := \
libui \
libskia \
libstlport \
- libinput
+ libinput \
+ libinputservice
static_libraries := \
libgtest \