I am having executable binaries(not shared lib) for following architectures:
arm64-v8a
armeabi
armeabi-v7a
mips
mips64
x86
x86_64
Now do i need to put all these binaries to my apk(will cost me 300kb),or some binaries can run on multiple architecture?? Please suggest me which can run on which processors.