Add LLVM c++_static c++_shared STL targets
authorAnush Elangovan <anush@nod.com>
Tue, 5 Jan 2016 04:48:16 +0000 (20:48 -0800)
committerAnush Elangovan <anush@nod.com>
Tue, 5 Jan 2016 04:48:16 +0000 (20:48 -0800)
commit3405a865c4302ac0d2f1bb8208b39ca26cfc7da3
tree2f2cb335d9e7f430bae8aee31903bd6158372af6
parent345678770b3e4cdb0054c818e41469b1c0993c96
Add LLVM c++_static c++_shared STL targets

The Android NDK would be moving to Clang as its default compiler
in the future. This patch allows OpenCV to build with the default
c++_shared / c++_static

TEST=Builds OpenCV with -DANDROID_TOOLCHAIN_NAME=
aarch64-linux-android-clang3.6 -DANDROID_STL=c++_shared
platforms/android/android.toolchain.cmake