Added native android build scripts.
authorArmin Novak <anovak@thinstuff.at>
Fri, 8 Nov 2013 11:08:06 +0000 (12:08 +0100)
committerArmin Novak <anovak@thinstuff.at>
Fri, 8 Nov 2013 11:08:06 +0000 (12:08 +0100)
client/Android/FreeRDPCore/jni/Android.mk.cmake [new file with mode: 0644]
client/Android/FreeRDPCore/jni/Application.mk.cmake [new file with mode: 0644]

diff --git a/client/Android/FreeRDPCore/jni/Android.mk.cmake b/client/Android/FreeRDPCore/jni/Android.mk.cmake
new file mode 100644 (file)
index 0000000..94452ea
--- /dev/null
@@ -0,0 +1,8 @@
+LOCAL_PATH := $(call my-dir)\r
+\r
+include $(CLEAR_VARS)\r
+\r
+LOCAL_MODULE    := freerdp-android\r
+LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libfreerdp-android.so\r
+LOCAL_EXPORT_C_INCLUDES := ../../../../include\r
+include $(PREBUILT_SHARED_LIBRARY)\r
diff --git a/client/Android/FreeRDPCore/jni/Application.mk.cmake b/client/Android/FreeRDPCore/jni/Application.mk.cmake
new file mode 100644 (file)
index 0000000..6d00145
--- /dev/null
@@ -0,0 +1 @@
+APP_ABI := armeabi-v7a\r