Skip to content

Commit 8aed02d

Browse files
committed
修改打包顺序
1 parent e8be528 commit 8aed02d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/script/build_armv7a.sh

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

66
cd android/contrib
7-
./compile-openssl.sh arm64
7+
./compile-openssl.sh armv7a
88
./compile-ffmpeg.sh clean
9-
./compile-ffmpeg.sh arm64
9+
./compile-ffmpeg.sh armv7a
1010
cd ..
11-
./compile-ijk.sh arm64
11+
./compile-ijk.sh armv7a
1212

1313
cd contrib
14-
./compile-openssl.sh armv7a
14+
./compile-openssl.sh arm64
1515
./compile-ffmpeg.sh clean
16-
./compile-ffmpeg.sh armv7a
16+
./compile-ffmpeg.sh arm64
1717
cd ..
18-
./compile-ijk.sh armv7a
18+
./compile-ijk.sh arm64

0 commit comments

Comments
 (0)