Skip to content

Commit 8f0c977

Browse files
author
Ravbug
committed
Remove x86 from abifilters
1 parent c6447c3 commit 8f0c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
externalNativeBuild {
2222
cmake {
2323
arguments "-DCMAKE_VERBOSE_MAKEFILE=ON", "-DANDROID_STL=c++_static", "-DRAVENGINE_ASSETS_DIR=${System.getProperty("user.dir")}/app/src/main/assets"
24-
abiFilters 'arm64-v8a', 'x86_64'
24+
abiFilters 'arm64-v8a'
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)