No longer the arm target by default.
This commit is contained in:
parent
6f25c32d9f
commit
66f0617801
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ android_targets = {
|
||||||
class AndroidPreparator(prepare.Preparator):
|
class AndroidPreparator(prepare.Preparator):
|
||||||
|
|
||||||
def __init__(self, targets=android_targets):
|
def __init__(self, targets=android_targets):
|
||||||
prepare.Preparator.__init__(self, targets)
|
prepare.Preparator.__init__(self, targets, default_targets=['armv7', 'arm64', 'x86'])
|
||||||
self.min_supported_ndk = 10
|
self.min_supported_ndk = 10
|
||||||
self.max_supported_ndk = 13
|
self.max_supported_ndk = 13
|
||||||
self.unsupported_ndk_version = None
|
self.unsupported_ndk_version = None
|
||||||
|
|
Loading…
Reference in a new issue