Remove target "arm" from "all" target prepare
This commit is contained in:
parent
4cb1afc08a
commit
91bc0b9943
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ android_targets = {
|
||||||
}
|
}
|
||||||
|
|
||||||
android_virtual_targets = {
|
android_virtual_targets = {
|
||||||
'all': ['arm', 'armv7', 'arm64', 'x86', 'x86_64']
|
'all': ['armv7', 'arm64', 'x86', 'x86_64']
|
||||||
}
|
}
|
||||||
|
|
||||||
class AndroidPreparator(prepare.Preparator):
|
class AndroidPreparator(prepare.Preparator):
|
||||||
|
|
Loading…
Reference in a new issue