Skip to content

Commit 6b0a9d2

Browse files
authored
fix: Exclude libhermestooling.so from Android merge (#3541)
fix: Error building assembleDebug assembleAndroidTest: '2 files found with path 'lib/arm64-v8a/libhermestooling.so' from inputs'
1 parent d82be8c commit 6b0a9d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ android {
174174
"**/libreactnativejni.so",
175175
"**/libturbomodulejsijni.so",
176176
"**/libreact_nativemodule_core.so",
177-
"**/libjscexecutor.so"
177+
"**/libjscexecutor.so",
178+
"**/libhermestooling.so"
178179
]
179180
}
180181
}

0 commit comments

Comments
 (0)