Building SDL_mixer for Android using VS 2017

Has anyone successfully built SDL_mixer 2.0.4 for Android supporting .ogg using Visual Studio 2017? I’ve been able to build it to use .wav files but I need .ogg file support for music. Ogg and Vorbis apparently need to have those libraries built separately but I’m not sure how to set it up with Visual Studio. Maybe as different projects? We’re kinda left hanging with the more complicated libraries though I did get the SDL_image working with PNG files.