I found documentation on what ABI is, but I can't find any documentation on what the ndk.abiFilters property does exactly. A couple questions specifically:
- If I set that property, are the ABIs listed not allowed to run the app? Or is it a filter of the allowed ABIs?
- What happens if I run the app on a device that doesn't support the filtered ABIs?