Now require NDK 16 and switched to llvm's libc++ (see https://developer.android.com/ndk/guides/cpp-support.html#libc)
This commit is contained in:
parent
2af044dda1
commit
6e3f5bcd4f
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
|
||||
def __init__(self, targets=android_targets):
|
||||
prepare.Preparator.__init__(self, targets, default_targets=['armv7', 'arm64', 'x86'], virtual_targets=android_virtual_targets)
|
||||
self.min_supported_ndk = 11
|
||||
self.min_supported_ndk = 16
|
||||
self.max_supported_ndk = 16
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.7"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cb61c78c98c7231ad230633e92c3bb98b5a5991d
|
||||
Subproject commit c0ad2e300101757405bd9c7523c65fb74a71e395
|
Loading…
Reference in a new issue