From b3625eca9f6a10fd85888a317675668bd7bbc205 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 16 Sep 2019 23:00:03 +1000 Subject: [PATCH] android: Reenable x86/x86_64 ABI builds --- webrtc/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/android/app/build.gradle b/webrtc/android/app/build.gradle index 061a0ce..e7def0c 100644 --- a/webrtc/android/app/build.gradle +++ b/webrtc/android/app/build.gradle @@ -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' } } } -- 2.7.4