mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-18 23:41:36 +00:00
Add flexibility on abiFilters.
context: https://github.com/FluidSynth/fluidsynth/pull/913#issuecomment-860195788 Run with `./gradlew -PcustomAbiFilters=x86` etc.
This commit is contained in:
parent
0ef0c703b6
commit
9eb855a96d
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ android {
|
||||||
cppFlags ''
|
cppFlags ''
|
||||||
arguments '-DANDROID_STL=c++_shared'
|
arguments '-DANDROID_STL=c++_shared'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (project.hasProperty('customAbiFilters'))
|
||||||
|
ndk.abiFilters "$customAbiFilters"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue