summaryrefslogtreecommitdiff
path: root/touch/Library_libotouch.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-06-11 18:02:56 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-06-12 13:50:45 +0300
commit4e4dcdae48dcd0437ff3f87a1ffc4fada53f2e3f (patch)
tree66f51bca26065cdad55c040024815a09bd8ffb7c /touch/Library_libotouch.mk
parent3a793f9558c61000dc00534df0820e06135c8c24 (diff)
Add Android-specific sal/ByteBufferWrapper.hxx header
Used for impedance matching between Java's direct ByteBuffer and the boost::shared_array used by basebmp. Not sure yet how well this will actually work. I'm afraid leaks might be possible in exception throwing cases. Change-Id: I74fc57aaf46b2dd9f227043bd9045d4815a5ed40
Diffstat (limited to 'touch/Library_libotouch.mk')
-rw-r--r--touch/Library_libotouch.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk
index be355e3868ad..418c31a989de 100644
--- a/touch/Library_libotouch.mk
+++ b/touch/Library_libotouch.mk
@@ -28,6 +28,14 @@ $(eval $(call gb_Library_add_exception_objects,libotouch,\
touch/source/generic/libotouch \
))
+ifeq ($(OS),ANDROID)
+
+$(eval $(call gb_Library_add_exception_objects,libotouch,\
+ touch/source/android/android \
+))
+
+endif
+
ifeq ($(OS),IOS)
$(eval $(call gb_Library_add_objcxx_objects,libotouch,\