Remove target "arm" from "all" target prepare

This commit is contained in:
Erwan Croze 2018-10-01 15:51:48 +02:00
parent 4cb1afc08a
commit 91bc0b9943

View file

@ -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):