I am trying to build OpenCV for android as a static library. I went through https://github.com/opencv/opencv/wiki/Building_OpenCV4Android_from_trunk and saw that it mentions cygwin's make is not supported and i can use gnu make from ndk.
I have android-ndk-r11c, does this still hold true? should i be able to just do ln -s ndk_makepath.exe /bin/make.exe
and make it work?
Also does someone know what the problem with cygwin make is?