Skip to content

Commit 7f16123

Browse files
committed
build: build arm targets only
1 parent 0f91b53 commit 7f16123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quickjs-android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ android {
2525
arguments '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON'
2626
}
2727
}
28+
ndk {
29+
//noinspection ChromeOsAbiSupport
30+
abiFilters 'armeabi-v7a', 'arm64-v8a'
31+
}
2832
}
2933

3034
externalNativeBuild {

0 commit comments

Comments
 (0)