Skip to content

Commit

Permalink
By default just build for 32-bit ARM and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 21, 2018
1 parent 109544c commit 2a4999b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/app/build.gradle
Expand Up @@ -21,6 +21,7 @@ android {
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-14"
abiFilters 'armeabi-v7a', 'x86'
}
}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 2a4999b

Please sign in to comment.