aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm/DataBuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dists/androidsdl/scummvm/DataBuild.sh')
-rwxr-xr-xdists/androidsdl/scummvm/DataBuild.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dists/androidsdl/scummvm/DataBuild.sh b/dists/androidsdl/scummvm/DataBuild.sh
new file mode 100755
index 0000000000..f38c82f8b1
--- /dev/null
+++ b/dists/androidsdl/scummvm/DataBuild.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+LOCAL_PATH=`dirname $0`
+LOCAL_PATH=`cd $LOCAL_PATH && pwd`
+
+rm AndroidData/*
+make -C scummvm androidsdl
+cp -f scummvm/scummvm*.z* AndroidData
+rm scummvm/scummvm*.z* \ No newline at end of file