mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed compilation using NDK 18
This commit is contained in:
parent
5717f1d4e1
commit
36fd652794
4 changed files with 4 additions and 4 deletions
|
|
@ -104,7 +104,7 @@ class AndroidPreparator(prepare.Preparator):
|
|||
def __init__(self, targets=android_targets):
|
||||
prepare.Preparator.__init__(self, targets, default_targets=['armv7', 'arm64'], virtual_targets=android_virtual_targets)
|
||||
self.min_supported_ndk = 16
|
||||
self.max_supported_ndk = 17
|
||||
self.max_supported_ndk = 18
|
||||
self.unsupported_ndk_version = None
|
||||
self.min_cmake_version = "3.10"
|
||||
self.release_with_debug_info = True
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ca4a89930dd8db94a60ae4a1dbf44a3710497429
|
||||
Subproject commit e8a69bdc3f8828cfd83b0938955132918364b175
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit d389b30b6c417d8bc7a79f561075a5c58871e3bc
|
||||
Subproject commit 4c7216d73b5d859d78f9a13ab83a5a8e1c3779fc
|
||||
2
submodules/externals/libvpx
vendored
2
submodules/externals/libvpx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit f16168c8ef95bf00d4e7d702832f8771646686ba
|
||||
Subproject commit 8769bd6efe75d36d5ce468be7721360726d90a6f
|
||||
Loading…
Add table
Reference in a new issue