I am trying to buikd a Android native module inside the Android build system using NDK. My module builds properly with out any error while building with Android module make command. But when I try the use NDK build setup I am facing problem with android system include files. My module structure is :I am trying to buikd a Android native module in