Skip to content

Commit 37c8672

Browse files
committed
link #4175 & #4178
1 parent c0fb1bf commit 37c8672

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ android {
4545
lintOptions {
4646
abortOnError false
4747
}
48+
49+
///剔除 librtmp-jni.so
50+
packagingOptions {
51+
exclude 'lib/arm64-v8a/librtmp-jni.so'
52+
}
53+
4854
namespace 'com.example.gsyvideoplayer'
4955
}
5056

0 commit comments

Comments
 (0)