Skip to content

Commit e8a1e8b

Browse files
committed
add files
1 parent 257948d commit e8a1e8b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
obj
2+
libs
3+
gdb*
4+
*.txt
5+
*.bak

push.arm.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
adb push obj/local/armeabi-v7a/libbootstrap.so /data/local/tmp/ && pause

push.x86.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
adb push obj/local/x86/libbootstrap.so /data/local/tmp/ && pause

0 commit comments

Comments
 (0)