Skip to content

Commit 31fee9f

Browse files
committed
add "doNotStrip" to package build.gradle
1 parent dc72c40 commit 31fee9f

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
@@ -153,6 +153,7 @@ android {
153153
}
154154

155155
packagingOptions {
156+
doNotStrip '**/**/*.so'
156157
excludes = [
157158
"META-INF",
158159
"META-INF/**",

0 commit comments

Comments
 (0)