mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
android: change ANDROID_STL='c++_shared'
- fixes crashes in face-detector application - libc++_shared.so is bundled automatically via CMake helper project
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
# dummy target to bring libc++_shared.so into packages
|
||||
add_library(opencv_jni_shared STATIC dummy.cpp)
|
||||
@@ -0,0 +1 @@
|
||||
// empty
|
||||
Reference in New Issue
Block a user