Skip to content

Commit 22340a2

Browse files
committed
Strip nothing from host package when debugging
1 parent bf3d1cc commit 22340a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ android {
122122
debug {
123123
jniDebuggable true
124124
packagingOptions {
125-
doNotStrip "**/libnode-api-host.so"
125+
doNotStrip "**/*.so"
126126
}
127127
}
128128
release {

0 commit comments

Comments
 (0)