Skip to content

Commit a991245

Browse files
committed
fix: resolve duplicate .so files
1 parent 6567e87 commit a991245

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ android {
142142
sourceCompatibility JavaVersion.VERSION_1_8
143143
targetCompatibility JavaVersion.VERSION_1_8
144144
}
145+
146+
packagingOptions {
147+
exclude 'lib/arm64-v8a/libexecutorch.so'
148+
}
145149
}
146150

147151
repositories {

0 commit comments

Comments
 (0)