Skip to content

Commit 29b9bd6

Browse files
committed
fix: revert excluding executorch .so
1 parent a991245 commit 29b9bd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ 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-
}
149145
}
150146

151147
repositories {

0 commit comments

Comments
 (0)