1. Go to Android NDK's root directory
2. Create link in your Android NDK's apps directory: 'ln -s </cygdrive/e/>2dots/project/android_app apps/2dots'
3. Modify LOCAL_PATH to point to the 2dots directory
4. Build with 'make LOCAL_PATH=/cygdrive/e/2dots APP=2dots'

-> output files in android_app/project/libs/armeabi
-> intermediate files in <NDK>/out/apps/2dots/armeabi
-> V=1 - show command output
-> -jn - build in parallel <n>
-> -B  - rebuild all