Compiling Opencv for Android using clang
I am able to build opencv sdk for Android using gcc but am not able to figure out how to do the same using clang. I see that there are options for clang in the python build script but when I actually try to enable those options another part of the build process complains saying that only the gcc specific options can be used.
Did anyone succeed in compiling with clang ?
Any help is greatly appreciated.