Added native android build scripts.

This commit is contained in:
Armin Novak 2013-11-08 12:08:06 +01:00
parent b34c2d0e1d
commit 9eedf16ef0
2 changed files with 9 additions and 0 deletions

View 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)

View File

@ -0,0 +1 @@
APP_ABI := armeabi-v7a