Skip to content

Commit 116c415

Browse files
committed
fix: duplicate .so in gradle resolution
1 parent 19a1373 commit 116c415

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/react-native-executorch/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ android {
110110
}
111111
}
112112

113+
packagingOptions {
114+
exclude '**/executorch/**/libexecutorch.so'
115+
}
116+
113117
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
114118

115119
defaultConfig {

0 commit comments

Comments
 (0)