Removed the "move" of the resources, it isn't needed for the android build anymore and if they get moved in the default repo it probably should go somewhere in /share
#include <stdio.h>#include "openalbridge.h"int main (int argc, int **argv) { openal_init(); openal_close(); return 0;}