summaryrefslogtreecommitdiffstats
path: root/android/source/jni
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-21 17:01:09 +0100
committerTor Lillqvist <tml@collabora.com>2015-05-21 17:10:19 +0100
commitab8cbb6cc121f7001a920f9d9f12cd9ccddec385 (patch)
tree9bb1bb4e6b2f3d055f3dbc9de9871ca0d3d20618 /android/source/jni
parentBin the 'DocumentLoader' Android test app (diff)
downloadcore-ab8cbb6cc121f7001a920f9d9f12cd9ccddec385.tar.gz
core-ab8cbb6cc121f7001a920f9d9f12cd9ccddec385.zip
Let's simplify the paths and be less 'experimental'
Diffstat (limited to 'android/source/jni')
-rw-r--r--android/source/jni/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/source/jni/Android.mk b/android/source/jni/Android.mk
new file mode 100644
index 000000000000..939a1ea503bb
--- /dev/null
+++ b/android/source/jni/Android.mk
@@ -0,0 +1,8 @@
+# Needed just to satisfy ndk-gdb for now, but maybe later we will actually add
+# some JNI code here
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+include $(BUILD_SHARED_LIBRARY)