Skip to content

Commit

Permalink
android build reduced to arm64-v8a
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 2, 2023
1 parent cd05d0a commit 49fa975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ android {
targetSdkVersion 31
versionCode 10000
versionName "1.00.00"
ndk {
abiFilters 'arm64-v8a'
}
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-31"
abiFilters "arm64-v8a"
}
cmake {
arguments "-DBUILD_WITH_MRUBY=Off", "-DBUILD_PRO=Off", "-DCMAKE_BUILD_TYPE=MinSizeRel"
Expand Down

0 comments on commit 49fa975

Please sign in to comment.