Skip to content

Commit

Permalink
Update TaskConfiguration.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Dec 2, 2021
1 parent 0a75421 commit 6046501
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ private fun Project.cleanupVMFiles(
it.include("**/libjsc*.so")

if (cleanup) {
// Reduce size by deleting the debugger/inspector
it.include("**/libhermes-executor-debug.so")
} else {
// Release libs take precedence and must be removed
Expand Down

0 comments on commit 6046501

Please sign in to comment.