mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
android: increase default native API level 8=>9
This commit is contained in:
@@ -244,7 +244,7 @@ set( ANDROID_SUPPORTED_ABIS_mips "mips" )
|
||||
set( ANDROID_SUPPORTED_ABIS_mips64 "mips64" )
|
||||
|
||||
# API level defaults
|
||||
set( ANDROID_DEFAULT_NDK_API_LEVEL 8 )
|
||||
set( ANDROID_DEFAULT_NDK_API_LEVEL 9 )
|
||||
set( ANDROID_DEFAULT_NDK_API_LEVEL_arm64 21 )
|
||||
set( ANDROID_DEFAULT_NDK_API_LEVEL_x86 9 )
|
||||
set( ANDROID_DEFAULT_NDK_API_LEVEL_x86_64 21 )
|
||||
|
||||
Reference in New Issue
Block a user