I am planning to use python code in my app. So I have to ship python binaries along with the app. I was planning to store the apks in the raw
resource directory.
However since the apk size would be huge if I include all abi binaries in a single apk, I would like to do an abi based split on my apk. To do that I need an ABI specific android resource qualifier. Is there anything like that? I couldn't find any.