project_files/Android-build/Templates/pushToDevice.sh
author Xeli
Sun, 27 Nov 2011 00:54:00 +0100
changeset 6446 a49d01b96185
parent 5729 9f060d9dae41
permissions -rwxr-xr-x
android: cleaned up the code a bit and removed a bug with the parsing of the xml

#!/bin/sh

${ANDROID_SDK}/platform-tools/adb push ./out/libhwengine.so /sdcard/libhwengine.so
${ANDROID_SDK}/platform-tools/adb shell "su -c \"cat /sdcard/libhwengine.so > /data/data/org.hedgewars.mobile/lib/libhwengine.so \""