[Switch submodule branch] add x86_64 build (optional) - audio only for the moment.
This commit is contained in:
parent
0a28c3d3d8
commit
9866204f74
6 changed files with 11 additions and 6 deletions
|
@ -77,13 +77,18 @@ class AndroidX86Target(AndroidTarget):
|
||||||
AndroidTarget.__init__(self, 'x86')
|
AndroidTarget.__init__(self, 'x86')
|
||||||
|
|
||||||
|
|
||||||
|
class AndroidX86_64Target(AndroidTarget):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
AndroidTarget.__init__(self,'x86_64')
|
||||||
|
|
||||||
|
|
||||||
android_targets = {
|
android_targets = {
|
||||||
'arm': AndroidArmTarget(),
|
'arm': AndroidArmTarget(),
|
||||||
'armv7': AndroidArmv7Target(),
|
'armv7': AndroidArmv7Target(),
|
||||||
'arm64': AndroidArm64Target(),
|
'arm64': AndroidArm64Target(),
|
||||||
'x86': AndroidX86Target()
|
'x86': AndroidX86Target(),
|
||||||
|
'x86_64': AndroidX86_64Target()
|
||||||
}
|
}
|
||||||
|
|
||||||
class AndroidPreparator(prepare.Preparator):
|
class AndroidPreparator(prepare.Preparator):
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit bc6df3cfa2c2f8cc54fb225735374c246b68721b
|
Subproject commit f18297907ce625a8839072b9555a42866fc1509e
|
2
submodules/externals/libvpx
vendored
2
submodules/externals/libvpx
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit f920c847fc8ec294fb0c5c1a177d67d58beaace2
|
Subproject commit bdd0ae104378fc5435cbe6b03d7ae201848838d9
|
|
@ -1 +1 @@
|
||||||
Subproject commit a1fe7e4b0430dfd5b49d4c757b7dbe2128ea5f83
|
Subproject commit bcc1305863186234746fd91487495773db93a511
|
|
@ -1 +1 @@
|
||||||
Subproject commit bc087e2afedb0a62e314c6455c3dd465fb79cd86
|
Subproject commit 43539d210063c7a6be360758090f4890c10973d9
|
|
@ -1 +1 @@
|
||||||
Subproject commit 67c0672e2680baa85a74d8966b813fac259649df
|
Subproject commit 8e6ab4f17f8d1d6870859ba9c64157693d6537a1
|
Loading…
Reference in a new issue