mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
client/android: misc updates and fixes
* increase minimum required SDK to 14 * change functions from void to BOOL where required to have proper return values * update the JAVA classes and JNI accordingly * add return value checks for *alloc and strdup
This commit is contained in:
@@ -209,6 +209,6 @@ After that FreeRDP and the Android package need to be rebuilt to include the lat
|
||||
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_TARGET_SDK ... specifies the desired android target SDK, currently 21
|
||||
ANDROID_APP_MIN_SDK ... specifies the minimum android SDK version supported, currently 14
|
||||
ANDROID_APP_GOOGLE_TARGET_SDK ... specifies the minimum google SDK requirement, currently 16
|
||||
|
||||
Reference in New Issue
Block a user