mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-03 19:50:55 +00:00
now build release instead of debug...
This commit is contained in:
parent
82f1cc4428
commit
6e39471117
4
doit
4
doit
@ -2,5 +2,5 @@ ndk-build -j8 &&
|
||||
mv libs/armeabi/scp libs/armeabi/libscp.so &&
|
||||
mv libs/armeabi/sftp-server libs/armeabi/libsftp-server.so &&
|
||||
mv libs/armeabi/rsync libs/armeabi/librsync.so &&
|
||||
ant debug &&
|
||||
cat bin/SimpleSSHD-debug.apk | ssh roach 'cat > /sdcard/buh.apk; source .profile; am start --user 0 -d file:///sdcard/buh.apk'
|
||||
ant release &&
|
||||
cat bin/SimpleSSHD-release.apk | ssh roach 'cat > /sdcard/buh.apk; source .profile; am start --user 0 -d file:///sdcard/buh.apk'
|
||||
|
Loading…
Reference in New Issue
Block a user