Skip to content

Commit 74b48e1

Browse files
committed
Remove extraneous doNotStrip
1 parent b6c26c3 commit 74b48e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/react-native-node-api-modules/android/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ android {
117117
sourceCompatibility JavaVersion.VERSION_1_8
118118
targetCompatibility JavaVersion.VERSION_1_8
119119
}
120-
121-
packagingOptions {
122-
// TODO: I don't think this works - I needed to add this in the react-native package too.
123-
doNotStrip "**/libhermes.so"
124-
}
125-
126120
}
127121

128122
repositories {

0 commit comments

Comments
 (0)