app2sd support for shared libraries

This commit is contained in:
pelya
2011-02-18 16:09:20 +00:00
parent 881ebab0b0
commit 4f3665edef
10 changed files with 197 additions and 30 deletions

View File

@@ -9,6 +9,8 @@ import android.view.KeyEvent;
class Globals {
public static String ApplicationName = "CommanderGenius";
public static String AppLibraries[] = { "sdl-1.2", };
public static final boolean Using_SDL_1_3 = false;
// Should be zip file
@@ -105,7 +107,3 @@ class Globals {
public static boolean SmoothVideo = false;
public static boolean MultiThreadedVideo = SwVideoMode;
}
class LoadLibrary {
public LoadLibrary() { System.loadLibrary("sdl-1.2"); };
}