Skip to content

Commit c97537d

Browse files
committed
Update the location of ndk and busybox binary
1 parent 9254e32 commit c97537d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ before_script:
3737
- cd ../android/native/jni/
3838
- ../../../android-ndk/ndk-build
3939
- cd ../../
40-
- cp -r ./native/libs ./
40+
- cp -r ./native/libs ./assets/system/
4141

4242
#copy busybox dest
43-
- cp -r ../tools/busybox_dest/libs ./
43+
- cp -r ../tools/busybox_dest/libs ./assets/system/
4444

4545
- gradlew build --stacktrace
4646
- cp -r build/outputs/apk ../dest/android/

0 commit comments

Comments
 (0)