Script called from Make.android to push the library to the device hedgeroid
authorXeli
Wed, 22 Jun 2011 13:27:02 +0200
branchhedgeroid
changeset 5295 e1a76c67dead
parent 5293 8634c7f09372
child 5297 8315a70c35b6
Script called from Make.android to push the library to the device
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 \""
+