project_files/Android-build/Templates/pushToDevice.sh
author Xeli
Sat, 08 Oct 2011 14:55:13 +0200
branchhedgeroid
changeset 6039 d75329716a02
parent 5729 9f060d9dae41
permissions -rwxr-xr-x
Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/

#!/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 \""