mirror of
https://github.com/yawut/SDL.git
synced 2026-03-26 19:54:43 -05:00
By default just build for 32-bit ARM and x86
This commit is contained in:
parent
ce26218414
commit
d6bc1fb3c8
|
|
@ -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