Skip to content

Commit 24af28f

Browse files
committed
更新编译脚本
1 parent 4b9fdcf commit 24af28f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/script/build_armv7a.sh

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

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

0 commit comments

Comments
 (0)