Authorize ndk 15
This commit is contained in:
parent
8b1b53acfd
commit
c6379dab59
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
def __init__(self, targets=android_targets):
|
||||
prepare.Preparator.__init__(self, targets, default_targets=['armv7', 'arm64', 'x86'])
|
||||
self.min_supported_ndk = 10
|
||||
self.max_supported_ndk = 14
|
||||
self.max_supported_ndk = 15
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.7"
|
||||
self.release_with_debug_info = True
|
||||
|
|
Loading…
Reference in a new issue