Support for 1.1.4 lib
This commit is contained in:
parent
dc8a54bc94
commit
a5744df1d6
1 changed files with 6 additions and 0 deletions
|
@ -229,6 +229,12 @@ public class NativeLibrary {
|
|||
b &= load("OsmAndJNI", path);
|
||||
return b;
|
||||
}
|
||||
|
||||
public static boolean loadOldLib(String path) {
|
||||
boolean b = true;
|
||||
b &= load("osmand", path);
|
||||
return b;
|
||||
}
|
||||
|
||||
public static boolean load(String libBaseName, String path) {
|
||||
// look for a pre-installed library
|
||||
|
|
Loading…
Reference in a new issue