Have make move the actual libhwengine.so to the SDL-android-project folder, rather than having the ndk-build reference to it. This removes the circular dependency
#include <stdio.h>#include "openalbridge.h"int main (int argc, int **argv) { openal_init(); openal_close(); return 0;}