Skip to content

Commit

Permalink
Add workround from this issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed May 21, 2016
1 parent 5070c49 commit e0519a7
Show file tree
Hide file tree
Showing 44 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Expand Up @@ -118,9 +118,14 @@ subprojects {
// Exclude a few files that are duplicated across our dependencies and
// prevent packaging Android applications.
packagingOptions {
/* https://github.com/rosjava/android_core/issues/194 */
//from https://github.com/rosjava/android_core/issues/194
exclude "META-INF/LICENSE.txt"
exclude "META-INF/NOTICE.txt"

//from https://github.com/bytedeco/javacpp-presets/issues/220
exclude 'META-INF/services/javax.annotation.processing.Processor'
pickFirst 'META-INF/maven/org.bytedeco.javacpp-presets/opencv/pom.properties'
pickFirst 'META-INF/maven/org.bytedeco.javacpp-presets/opencv/pom.xml'
}
}
}
Expand Down
Binary file removed cv_bridge_native/res/lib/armeabi/libjnicvkernels.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libjniopencv_ml.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_core.so
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_dnn.so
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_face.so
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_flann.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_ml.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_photo.so
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_shape.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cv_bridge_native/res/lib/armeabi/libopencv_video.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e0519a7

Please sign in to comment.