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

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