summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-05-27 17:04:23 -0400
committerMike Lockwood <lockwood@android.com>2010-05-28 10:08:21 -0400
commit244a7655aea626c6f16f68d39ba3c92a164adc16 (patch)
tree7e8dd632ba1c60fc4e155e3acd18390c8cee6400 /libs/binder/Android.mk
parentda9ece0879f22adb00d3ee5c111984e70da5e90f (diff)
downloadframeworks_native-244a7655aea626c6f16f68d39ba3c92a164adc16.zip
frameworks_native-244a7655aea626c6f16f68d39ba3c92a164adc16.tar.gz
frameworks_native-244a7655aea626c6f16f68d39ba3c92a164adc16.tar.bz2
Move CursorWindow class from core/jni to libbinder
To allow use of the native CursorWindow class outside of the core framework jni Change-Id: I72e8dcb91a2c691130c33cdfd9a25d343da1c592 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'libs/binder/Android.mk')
-rw-r--r--libs/binder/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index 13dc500..f9d9f25 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -16,6 +16,7 @@
sources := \
Binder.cpp \
BpBinder.cpp \
+ CursorWindow.cpp \
IInterface.cpp \
IMemory.cpp \
IPCThreadState.cpp \