We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257948d commit e8a1e8bCopy full SHA for e8a1e8b
.gitignore
@@ -0,0 +1,5 @@
1
+obj
2
+libs
3
+gdb*
4
+*.txt
5
+*.bak
push.arm.cmd
@@ -0,0 +1 @@
+adb push obj/local/armeabi-v7a/libbootstrap.so /data/local/tmp/ && pause
push.x86.cmd
+adb push obj/local/x86/libbootstrap.so /data/local/tmp/ && pause
0 commit comments