android: Reenable x86/x86_64 ABI builds

This commit is contained in:
Jan Schmidt 2019-09-16 23:00:03 +10:00 committed by Matthew Waters
parent 1ba85de76c
commit b3625eca9f

View file

@ -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'
}
}
}