From 64d4dda20b41ed03069d2c2e64e287e924009a2e Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 17 Sep 2013 15:58:32 +0200 Subject: [PATCH] Added documentation for android SDK variables. --- docs/README.android | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/README.android b/docs/README.android index e83af9107..08920db5b 100644 --- a/docs/README.android +++ b/docs/README.android @@ -156,3 +156,10 @@ Java classes: After that you need to implement the functionality in client/Android/jni/android_freerdp.c and add the call to client/Android/jni/generated/android_freerdp_jni.c. After that FreeRDP and the Android package need to be rebuilt to include the latest libfreerdp-android in the package. + +Android CMake related Variables +------------------------------- + +ANDROID_APP_TARGET_SDK ... specifies the desired android target SDK, currently 11 +ANDROID_APP_MIN_SDK ... specifies the minimum android SDK version supported, currently 8 +ANDROID_APP_GOOGLE_TARGET_SDK ... specifies the minimum google SDK requirement, currently 16