mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 17:32:17 -05:00
By default just build for 32-bit ARM and x86
This commit is contained in:
parent
109544ca04
commit
2a4999b4bb
|
|
@ -21,6 +21,7 @@ android {
|
|||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "APP_PLATFORM=android-14"
|
||||
abiFilters 'armeabi-v7a', 'x86'
|
||||
}
|
||||
}
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user