Here's a list of Android supported ABIs:
https://developer.android.com/ndk/guides/abis#sa
In summary, there are 4 general supported ABIs, but they can have sub-divisions...I guess you have to print the result of: System.getProperty("os.arch"); in order to know what's the response on a real cellphone.