aboutsummaryrefslogtreecommitdiff
path: root/dists/android/mkmanifest.pl
diff options
context:
space:
mode:
authorAngus Lees2010-07-05 01:00:59 +0000
committerAngus Lees2010-07-05 01:00:59 +0000
commitb8778fc7c382ec401409bbaafcb67355f0c566e3 (patch)
treeb451a4f2700dcb83eb729d8096f893d0c064f3ab /dists/android/mkmanifest.pl
parentbb300ec671cfcd6fe7461dfd90615acfede2f1b9 (diff)
downloadscummvm-rg350-b8778fc7c382ec401409bbaafcb67355f0c566e3.tar.gz
scummvm-rg350-b8778fc7c382ec401409bbaafcb67355f0c566e3.tar.bz2
scummvm-rg350-b8778fc7c382ec401409bbaafcb67355f0c566e3.zip
Switch Android toolchain prefix from arm-android-eabi to
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665
Diffstat (limited to 'dists/android/mkmanifest.pl')
-rwxr-xr-xdists/android/mkmanifest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dists/android/mkmanifest.pl b/dists/android/mkmanifest.pl
index 00d15f561e..62caa64a55 100755
--- a/dists/android/mkmanifest.pl
+++ b/dists/android/mkmanifest.pl
@@ -105,6 +105,7 @@ sub print_manifest {
'package' => "org.inodes.gus.scummvm.plugin.$info->{name}",
[ANDROID, 'versionCode'] => $package_versionCode,
[ANDROID, 'versionName'] => $package_versionName,
+ [ANDROID, 'installLocation'] => 'preferExternal',
);
$writer->startTag(