project_files/Android-build/Templates/pushToDevice.sh
author unc0rr
Sat, 26 Nov 2011 21:12:23 +0300
changeset 6443 23364a5fcc86
parent 5729 9f060d9dae41
permissions -rwxr-xr-x
- Help parser by dropping that insane formatting syntax in str function - Parse operators
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5381
8f95038f3f75 Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
Xeli
parents:
diff changeset
     1
#!/bin/sh
8f95038f3f75 Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
Xeli
parents:
diff changeset
     2
8f95038f3f75 Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
Xeli
parents:
diff changeset
     3
${ANDROID_SDK}/platform-tools/adb push ./out/libhwengine.so /sdcard/libhwengine.so
5729
9f060d9dae41 Changed the package name from org.hedgewars to org.hedgewars.mobile, this file was forgotten last time
Xeli
parents: 5381
diff changeset
     4
${ANDROID_SDK}/platform-tools/adb shell "su -c \"cat /sdcard/libhwengine.so > /data/data/org.hedgewars.mobile/lib/libhwengine.so \""
5381
8f95038f3f75 Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
Xeli
parents:
diff changeset
     5