
Also, start using String[] like Android's SUPPORTED_ABIS instead of Set<String>. Said list of ABIs will always be very short, at most containing a handful of elements.
Also, start using String[] like Android's SUPPORTED_ABIS instead of Set<String>. Said list of ABIs will always be very short, at most containing a handful of elements.