use for
This commit is contained in:
parent
77abe3ffe2
commit
abd3ddfe66
|
|
@ -69,7 +69,7 @@ android {
|
|||
// flet: split_per_abi {% if not cookiecutter.split_per_abi %}
|
||||
ndk {
|
||||
{% if cookiecutter.options.target_arch %}
|
||||
abiFilters {{ cookiecutter.options.target_arch | map("format", "'{}'") | join(', ') }}
|
||||
abiFilters {% for arch in cookiecutter.options.target_arch %}'{{ arch }}'{% if not loop.last %}, {% endif %}{% endfor %}
|
||||
{% else %}
|
||||
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue