We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f91b53 commit 7f16123Copy full SHA for 7f16123
1 file changed
quickjs-android/build.gradle
@@ -25,6 +25,10 @@ android {
25
arguments '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON'
26
}
27
28
+ ndk {
29
+ //noinspection ChromeOsAbiSupport
30
+ abiFilters 'armeabi-v7a', 'arm64-v8a'
31
+ }
32
33
34
externalNativeBuild {
0 commit comments