From: Armin Novak Date: Fri, 8 Nov 2013 11:08:06 +0000 (+0100) Subject: Added native android build scripts. X-Git-Tag: 1.2.0-beta1+android7~147^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eedf16ef05dff212c27ac35719f84287db3fadf;p=platform%2Fupstream%2Ffreerdp.git Added native android build scripts. --- diff --git a/client/Android/FreeRDPCore/jni/Android.mk.cmake b/client/Android/FreeRDPCore/jni/Android.mk.cmake new file mode 100644 index 0000000..94452ea --- /dev/null +++ b/client/Android/FreeRDPCore/jni/Android.mk.cmake @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE := freerdp-android +LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libfreerdp-android.so +LOCAL_EXPORT_C_INCLUDES := ../../../../include +include $(PREBUILT_SHARED_LIBRARY) diff --git a/client/Android/FreeRDPCore/jni/Application.mk.cmake b/client/Android/FreeRDPCore/jni/Application.mk.cmake new file mode 100644 index 0000000..6d00145 --- /dev/null +++ b/client/Android/FreeRDPCore/jni/Application.mk.cmake @@ -0,0 +1 @@ +APP_ABI := armeabi-v7a