At run time I need to determine what arm version my app is running on so I can now what ffmpeg compiled module to include. The only solution I found until now is to get the device model and hard-code what version of arm it corresponds to.
Is there a direct way of finding out the arm version in android?