Search app's lib first

This commit is contained in:
Tor Lillqvist
2011-11-14 01:22:11 +02:00
parent c0f18b2893
commit 3cba8fb2c0

View File

@@ -79,7 +79,7 @@ public class Bootstrap extends Activity
String fullName = null;
boolean found = false;
String[] libraryLocations = { "/system/lib/", dataDir + "/lib/" };
String[] libraryLocations = { dataDir + "/lib/", "/system/lib/" };
for (String dir : libraryLocations ) {
fullName = dir + library;
if (new File(fullName).exists()) {