android: Reenable x86/x86_64 ABI builds
authorJan Schmidt <jan@centricular.com>
Mon, 16 Sep 2019 13:00:03 +0000 (23:00 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Mon, 16 Sep 2019 14:55:58 +0000 (14:55 +0000)
webrtc/android/app/build.gradle

index 061a0ce..e7def0c 100644 (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'
             }
         }
     }