I'm porting an iPhone game (c++) to Android and I'm just getting started with this.
Is there any way I can add a recursive header search path in the Android.mk file? Because all the #includes in my code does not contain a path, just the file name between quotes. In Xcode this works perfectly but the ndk compiler can't find the headers.