mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
308b47ce58
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652). This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names. |
||
---|---|---|
.. | ||
android_lib | ||
android_test | ||
common_test | ||
generator | ||
pure_test | ||
build.xml.in | ||
check-tests.py | ||
CMakeLists.txt |