Skip to content

Commit

Permalink
cmake: android toolchain set ANDROID_DEFAULT_NDK_API_LEVEL 9
Browse files Browse the repository at this point in the history
  • Loading branch information
g-reno committed Jul 13, 2014
1 parent a640428 commit 9fa4514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AndroidToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,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 )

Expand Down

0 comments on commit 9fa4514

Please sign in to comment.