Skip to content

Commit d75cc1d

Browse files
committed
更新编译脚本
1 parent d1477bc commit d75cc1d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/script/build_armv7a.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55

66
cd android/contrib
77
./compile-openssl.sh arm64
8-
./compile-openssl.sh armv7a
98
./compile-ffmpeg.sh clean
109
./compile-ffmpeg.sh arm64
11-
./compile-ffmpeg.sh armv7a
12-
1310
cd ..
1411
./compile-ijk.sh arm64
12+
13+
cd contrib
14+
./compile-openssl.sh armv7a
15+
./compile-ffmpeg.sh clean
16+
./compile-ffmpeg.sh armv7a
17+
cd ..
1518
./compile-ijk.sh armv7a

0 commit comments

Comments
 (0)