Skip to content

Commit c6a8bc6

Browse files
committed
Merge pull request #18 from Shao-Feng/non-pie
fix the missed permission file
2 parents d6388d7 + 780195a commit c6a8bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before_script:
4242
- rm -rf ../libs/*
4343
- ../../../android-ndk/ndk-build
4444
- cd ../../
45-
- rm -rf ./assets/system/*
45+
- rm -rf ./assets/system/libs/*
4646
- cp -r ./native/libs ./assets/system/
4747

4848
## copy busybox dest
@@ -60,7 +60,7 @@ before_script:
6060
- rm -rf ../libs/*
6161
- ../../../android-ndk/ndk-build
6262
- cd ../../
63-
- rm -rf ./assets/system/*
63+
- rm -rf ./assets/system/libs/*
6464
- cp -r ./native/libs ./assets/system/
6565

6666
## copy busybox dest

0 commit comments

Comments
 (0)