Skip to content

Commit 0190d14

Browse files
committed
Merge pull request #15 from Shao-Feng/master
Update the location of ndk and busybox binary
2 parents 679baea + c97537d commit 0190d14

File tree

11 files changed

+7
-0
lines changed

11 files changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,18 @@ before_script:
3030
- cp ./cgi-getcookie ../dest/arm/
3131
- cp ./cgi-getfield ../dest/arm/
3232
- rm -rf *
33+
34+
#build android ndk binary
3335
- cd ../tools
3436
- ./install_android_ndk.sh
3537
- cd ../android/native/jni/
3638
- ../../../android-ndk/ndk-build
3739
- cd ../../
40+
- cp -r ./native/libs ./assets/system/
41+
42+
#copy busybox dest
43+
- cp -r ../tools/busybox_dest/libs ./assets/system/
44+
3845
- gradlew build --stacktrace
3946
- cp -r build/outputs/apk ../dest/android/
4047
- cd ..
530 KB
Binary file not shown.
205 KB
Binary file not shown.
25.3 KB
Binary file not shown.
205 KB
Binary file not shown.

tools/busybox_dest/libs/armeabi/unzip

25.3 KB
Binary file not shown.

tools/busybox_dest/libs/mips/busybox

689 KB
Binary file not shown.

tools/busybox_dest/libs/mips/unzip

69.5 KB
Binary file not shown.
741 KB
Binary file not shown.

tools/busybox_dest/libs/x86/busybox

273 KB
Binary file not shown.
515 KB
Binary file not shown.

0 commit comments

Comments
 (0)