Skip to content

Commit d8fab2a

Browse files
authored
Update build_armv7a.sh
修复arm64未打出so问题
1 parent 3a99c98 commit d8fab2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/script/build_armv7a.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
./init-android.sh
55

66
cd android/contrib
7+
./compile-openssl.sh clean
78
./compile-openssl.sh armv7a
8-
./compile-openssl.sh arm64
99
./compile-ffmpeg.sh clean
1010
./compile-ffmpeg.sh armv7a
11+
12+
./compile-openssl.sh clean
13+
./compile-openssl.sh arm64
14+
./compile-ffmpeg.sh clean
1115
./compile-ffmpeg.sh arm64
1216
cd ..
1317
./compile-ijk.sh armv7a

0 commit comments

Comments
 (0)