Missing tbb lib for armeabi in 2.4.3 for Android?
Hi,
I'm trying to compile a native application with OpenCV 2.4.3 for Android. I have no problem compiling and linking for armeabi-v7a since the lib libtbb.a
is present under sdk/native/3rdparty/libs/armeabi-v7a
.
However, this lib is not present under sdk/native/3rdparty/libs/armeabi
and thus, I'm getting linkage errors such as : undefined reference to 'vtable for tbb::task'
.
Is this lib really missing or am I missing something? Can I simply use the same lib as for armeabi-v7a?
Guillaume