Search app's lib first
This commit is contained in:
@@ -79,7 +79,7 @@ public class Bootstrap extends Activity
|
|||||||
|
|
||||||
String fullName = null;
|
String fullName = null;
|
||||||
boolean found = false;
|
boolean found = false;
|
||||||
String[] libraryLocations = { "/system/lib/", dataDir + "/lib/" };
|
String[] libraryLocations = { dataDir + "/lib/", "/system/lib/" };
|
||||||
for (String dir : libraryLocations ) {
|
for (String dir : libraryLocations ) {
|
||||||
fullName = dir + library;
|
fullName = dir + library;
|
||||||
if (new File(fullName).exists()) {
|
if (new File(fullName).exists()) {
|
||||||
|
Reference in New Issue
Block a user