SDL3 Lib errors NDK

I’ve successfully got SDL 3.2.0 to compile and work on Android Studio.

I’ve found the latest SDL3_image and I’ve successful complied it with the NDK. But it seems like SDL3_net is missing the main .mk file and SDL3_Mixer seems to be missing a .mk

This error coming out SDL3_Mixer

C:/Development/android/320/app/jni/SDL_mixer/Android.mk:69: C:/Development/android/320/app/jni/SDL_mixer/external/libgme/Android.mk: No such file or directory
make: *** No rule to make target ‘C:/Development/android/320/app/jni/SDL_mixer/external/libgme/Android.mk’. Stop.