With ndk-build, it is possible to have multi-threaded build by adding -jN on the command line (N is the number of threads).
Is this possible with VirtualGDB ?
Right-click on the project in Solution Explorer and choose VisualGDB Project Properties. At the build settings section there is a field where you can enter additional ndk-build arguments.