libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
70 stars 13 forks source link

Android.mk is missing *.c sources #70

Closed sezero closed 11 months ago

sezero commented 11 months ago

Android.mk is missing gme/ext/*.c sources.

P.S.: The SDL fork has an Android.mk in v0.6.3-SDL branch -- here: https://github.com/libsdl-org/game-music-emu/blob/v0.6.3-SDL/Android.mk Maybe it's a good idea to sync things?

Wohlstand commented 11 months ago

Good idea. Mostly, there was no proper care about that script as modern Android projects do get built via CMake without of running Android.mk scripts. Ye, feel free to sync it up.

P.S. Maybe add the CI to verify the Android.mk build too?