Skip to content

Commit 3137e1e

Browse files
committed
更新编译脚本
1 parent 41bad56 commit 3137e1e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/script/build_armv7a.sh

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
./init-android.sh
55

66
cd android/contrib
7-
./compile-openssl.sh armv7a
7+
./compile-openssl.sh arm64
88
./compile-ffmpeg.sh clean
9-
./compile-ffmpeg.sh armv7a
9+
./compile-ffmpeg.sh arm64
1010
cd ..
11-
./compile-ijk.sh armv7a
12-
13-
./init-android-openssl.sh
14-
./init-android.sh
11+
./compile-ijk.sh arm64
1512

1613
cd android/contrib
17-
./compile-openssl.sh arm64
14+
./compile-openssl.sh armv7a
1815
./compile-ffmpeg.sh clean
19-
./compile-ffmpeg.sh arm64
16+
./compile-ffmpeg.sh armv7a
2017
cd ..
21-
./compile-ijk.sh arm64
18+
./compile-ijk.sh armv7a

0 commit comments

Comments
 (0)