Update folly gradle

This commit is contained in:
Pritesh Nandgaonkar
2018-06-14 13:53:39 +01:00
parent e35206fde7
commit 04784186df

View File

@@ -9,7 +9,7 @@ android {
targetSdkVersion rootProject.targetSdkVersion
buildConfigField "boolean", "IS_INTERNAL_BUILD", 'true'
ndk {
abiFilters 'x86', 'arm64-v8a'
abiFilters 'x86', 'armeabi-v7a'
}
externalNativeBuild {