mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +00:00
By default just build for 32-bit ARM and x86
This commit is contained in:
parent
109544ca04
commit
2a4999b4bb
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ android {
|
|||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "APP_PLATFORM=android-14"
|
||||
abiFilters 'armeabi-v7a', 'x86'
|
||||
}
|
||||
}
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue