Skip to content

Commit f656401

Browse files
committed
merge
2 parents 40329a4 + 209ba82 commit f656401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ android {
169169
pickFirst "lib/arm64-v8a/libc++_shared.so"
170170
pickFirst "lib/x86/libc++_shared.so"
171171
pickFirst "lib/x86_64/libc++_shared.so"
172+
// libsdkcore.so是被加固过的,不能被压缩,否则加载动态库时会报错
172173
doNotStrip "*/x86/libsdkcore.so"
173174
doNotStrip "*/x86_64/libsdkcore.so"
174175
doNotStrip "*/armeabi-v7a/libsdkcore.so"

0 commit comments

Comments
 (0)