I am developing an android app that uses libvlc to play videos, but I cannot figure out how to include both the arm and x86 versions. I want to include both so one apk will work on any device, regardless of architecture. Is I working off the VLC Android project (
https://code.videolan.org/videolan/vlc-android), but I can't find a way to build both architectures in one go. Is that possible? If not, can I just build each separately and then import both libvlc.aar files into my android studio project?