mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
android: Reenable x86/x86_64 ABI builds
This commit is contained in:
parent
1ba85de76c
commit
b3625eca9f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ android {
|
|||
targets "gstwebrtc"
|
||||
|
||||
// All archs except MIPS and MIPS64 are supported
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a' //, 'x86', 'x86_64', 'armeabi'
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue