android build: set default ndk api level to 9

API level 9 is required in order build the android client with audio
support.
This commit is contained in:
Bernhard Miklautz 2013-10-01 23:30:58 +02:00
parent 6d060d2fcc
commit 4c3ceb6093
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ set( ANDROID_SUPPORTED_ABIS_arm "armeabi-v7a;armeabi;armeabi-v7a with NEON;armea
set( ANDROID_SUPPORTED_ABIS_x86 "x86" )
set( ANDROID_SUPPORTED_ABIS_mipsel "mips" )
set( ANDROID_DEFAULT_NDK_API_LEVEL 8 )
set( ANDROID_DEFAULT_NDK_API_LEVEL 9 )
set( ANDROID_DEFAULT_NDK_API_LEVEL_x86 9 )
set( ANDROID_DEFAULT_NDK_API_LEVEL_mips 9 )

View File

@ -18,7 +18,7 @@ Build requirements
For the Android port some additional dependencies need to be fulfilled:
* for JNI
- Android NDK (>= r8d)
- Android NDK (>= r9)
- prebuild static openssl libraries (see below)
* for the Java GUI (if build with ant)