aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm/DataBuild.sh
diff options
context:
space:
mode:
authorlubomyr2017-06-25 00:56:22 +0300
committerEugene Sandulenko2017-06-25 10:50:36 +0200
commit6483bedef2c65787093d02ffd28f405f5db80a53 (patch)
tree6003de521eabfa6469c2de3c60fb1d37682300ca /dists/androidsdl/scummvm/DataBuild.sh
parent4d53bdc7fea550635fe295f23cf471ef0f3f2436 (diff)
downloadscummvm-rg350-6483bedef2c65787093d02ffd28f405f5db80a53.tar.gz
scummvm-rg350-6483bedef2c65787093d02ffd28f405f5db80a53.tar.bz2
scummvm-rg350-6483bedef2c65787093d02ffd28f405f5db80a53.zip
ANDROIDSDL: added script for building scummvm apk
Diffstat (limited to 'dists/androidsdl/scummvm/DataBuild.sh')
-rwxr-xr-xdists/androidsdl/scummvm/DataBuild.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/dists/androidsdl/scummvm/DataBuild.sh b/dists/androidsdl/scummvm/DataBuild.sh
deleted file mode 100755
index c8e8c84788..0000000000
--- a/dists/androidsdl/scummvm/DataBuild.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-LOCAL_PATH=`dirname $0`
-LOCAL_PATH=`cd $LOCAL_PATH && pwd`
-
-rm AndroidData/scummvm*
-make -C scummvm androidsdl
-cp -f scummvm/scummvm*.z* AndroidData
-rm scummvm/scummvm*.z* \ No newline at end of file