author | Xeli |
Wed, 22 Jun 2011 23:59:01 +0200 | |
branch | hedgeroid |
changeset 5304 | e29aa9e29f00 |
parent 5301 | 690e88ef6ee7 |
permissions | -rwxr-xr-x |
5295
e1a76c67dead
Script called from Make.android to push the library to the device
Xeli
parents:
diff
changeset
|
1 |
#!/bin/bash |
e1a76c67dead
Script called from Make.android to push the library to the device
Xeli
parents:
diff
changeset
|
2 |
|
e1a76c67dead
Script called from Make.android to push the library to the device
Xeli
parents:
diff
changeset
|
3 |
adb push ./out/libhwengine.so /sdcard/libhwengine.so |
e1a76c67dead
Script called from Make.android to push the library to the device
Xeli
parents:
diff
changeset
|
4 |
adb shell "su -c \"cat /sdcard/libhwengine.so > /data/data/org.hedgewars/lib/libhwengine.so \"" |
e1a76c67dead
Script called from Make.android to push the library to the device
Xeli
parents:
diff
changeset
|
5 |