1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-19 11:30:55 +00:00

initial hack to see if building for armeabi and x86 will work for x86_64

phones too
This commit is contained in:
Greg Alexander 2018-03-21 21:42:19 -04:00
parent 6920fd9434
commit 88335f47b6
2 changed files with 5 additions and 0 deletions

4
doit
View File

@ -3,6 +3,10 @@ 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 &&
mv libs/armeabi/buffersu libs/armeabi/libbuffersu.so &&
mv libs/x86/scp libs/x86/libscp.so &&
mv libs/x86/sftp-server libs/x86/libsftp-server.so &&
mv libs/x86/rsync libs/x86/librsync.so &&
mv libs/x86/buffersu libs/x86/libbuffersu.so &&
ant release &&
mrinst bin/SimpleSSHD-release.apk
#scp bin/SimpleSSHD-release.apk shed:ga.org/buh.apk

1
jni/Application.mk Normal file
View File

@ -0,0 +1 @@
APP_ABI := armeabi x86