Added native android build scripts.
This commit is contained in:
parent
b34c2d0e1d
commit
9eedf16ef0
8
client/Android/FreeRDPCore/jni/Android.mk.cmake
Normal file
8
client/Android/FreeRDPCore/jni/Android.mk.cmake
Normal file
@ -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)
|
1
client/Android/FreeRDPCore/jni/Application.mk.cmake
Normal file
1
client/Android/FreeRDPCore/jni/Application.mk.cmake
Normal file
@ -0,0 +1 @@
|
||||
APP_ABI := armeabi-v7a
|
Loading…
Reference in New Issue
Block a user