Skip to content

Commit 826391b

Browse files
committed
add "doNotStrip" to package build.gradle
1 parent 4a4ed95 commit 826391b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ android {
151151
}
152152

153153
packagingOptions {
154+
doNotStrip '**/**/*.so'
154155
excludes = [
155156
"META-INF",
156157
"META-INF/**",

0 commit comments

Comments
 (0)