mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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 = {
|
||||
'all': ['arm', 'armv7', 'arm64', 'x86', 'x86_64']
|
||||
'all': ['armv7', 'arm64', 'x86', 'x86_64']
|
||||
}
|
||||
|
||||
class AndroidPreparator(prepare.Preparator):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue