Commandline:
Android NDK: Found stable platform levels: 4 3 14 8 9 5
Android NDK: Found max platform level: 14
Android NDK: Looking for jni/Android.mk in /home/robindegen/workspace/Dungeon/jni
Android NDK: Looking for jni/Android.mk in /home/robindegen/workspace/Dungeon
Android NDK: Found it !
Android NDK: Found project path: /home/robindegen/workspace/Dungeon
Android NDK: Ouput path: /home/robindegen/workspace/Dungeon/obj
Script:
Android NDK: Found stable platform levels: 4 3 14 8 9 5
Android NDK: Found max platform level: 14
Android NDK: Found project path: /home/robindegen/workspace/Dungeon/
Android NDK: Ouput path: /home/robindegen/workspace/Dungeon//obj
There is no mention of looking for Android.mk in the script. However, this makes sense because in the script, the path is already supplied as NDK_PROJECT_PATH so it doesn't need to be searched for.
For now i'm compiling it by manually adding the files. But the wildcard would be a lot more helpful