Skip to content

Commit

Permalink
Changing build task for creating hermesc
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Jul 22, 2024
1 parent 407988d commit db6e323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-native/ReactAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ val createReactNdkLibraryZipArchiveForDiscord by
// This is the task to run to create a .zip of hermesc for CI machines
val createHermescReleaseZipArchiveForDiscord by
tasks.registering(Zip::class) {
dependsOn(":packages:react-native:ReactAndroid:hermes-engine:buildHermescReleaseBinary")
dependsOn(":packages:react-native:ReactAndroid:hermes-engine:buildHermesC")
archiveFileName = "hermescForDiscord.zip"
from(layout.projectDirectory.dir("hermes-engine/build/hermesc-release/bin"))
from(layout.projectDirectory.dir("hermes-engine/build/hermes/bin/hermesc"))

// Place this .zip right into our ReactAndroid directory
destinationDirectory = layout.projectDirectory
Expand Down

0 comments on commit db6e323

Please sign in to comment.