Load the correct C++ library on Android

This commit is contained in:
Sylvain Berfini 2017-11-23 10:26:38 +01:00
parent 23000b1ec9
commit 4fa3a224cf

View file

@ -150,7 +150,7 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is
}
static {
System.loadLibrary("gnustl_shared");
System.loadLibrary("c++_shared");
loadOptionalLibrary("ffmpeg-linphone");
System.loadLibrary("bctoolbox");
System.loadLibrary("ortp");