author | Xeli |
Wed, 22 Jun 2011 13:27:02 +0200 | |
branch | hedgeroid |
changeset 5295 | e1a76c67dead |
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 |