diff options
Diffstat (limited to 'backends/platform/android')
-rw-r--r-- | backends/platform/android/README.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/platform/android/README.build b/backends/platform/android/README.build index fa56bfc180..a834f8431b 100644 --- a/backends/platform/android/README.build +++ b/backends/platform/android/README.build @@ -63,6 +63,18 @@ toolchains around. Building ScummVM ================ +Apply the theme engine patch: + + patch -p1 < backends/platform/android/scummvm-android-themeengine.patch + +(Optionally) compress scummmodern.zip: +(ScummVM usually ships it uncompressed, but Android can read it more +efficiently if it is compressed *before* adding it to the apk) + + ( cd gui/themes/scummmodern && zip -f ../scummmodern.zip ) + +Then build ScummVM: + export ANDROID_SDK=<root of Android SDK> PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH |