Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test_x64.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all:
cargo build --target x86_64-linux-android --release
adb reverse tcp:13370 tcp:13370
adb push target/x86_64-linux-android/release/slime_tree /data/local/tmp/slime_tree
adb shell chmod 755 /data/local/tmp/slime_tree
adb shell /data/local/tmp/slime_tree

7 changes: 7 additions & 0 deletions test_x86.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all:
cargo build --release --target=i686-linux-android
adb reverse tcp:13370 tcp:13370
adb push target/i686-linux-android/release/slime_tree /data/local/tmp/slime_tree
adb shell chmod 755 /data/local/tmp/slime_tree
adb shell /data/local/tmp/slime_tree