# HG changeset patch # User Xeli # Date 1308742022 -7200 # Node ID e1a76c67dead458918ccf07acde6e2414f0db937 # Parent 8634c7f093721d917591261a92ebd00611c26bbe Script called from Make.android to push the library to the device diff -r 8634c7f09372 -r e1a76c67dead Android-build/pushToDevice --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Android-build/pushToDevice Wed Jun 22 13:27:02 2011 +0200 @@ -0,0 +1,5 @@ +#!/bin/bash + +adb push ./out/libhwengine.so /sdcard/libhwengine.so +adb shell "su -c \"cat /sdcard/libhwengine.so > /data/data/org.hedgewars/lib/libhwengine.so \"" +