Skip to content

Commit

Permalink
Gradle/externals: Remove copied gstreamer tar file
Browse files Browse the repository at this point in the history
This patch removes copied gstreamer tar file in external/build.gradle.kts
Remained tar file causes no space left error.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and jaeyun-jung committed Apr 23, 2024
1 parent ae74e36 commit a732719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions externals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ tasks {
into(gstAndroidPath)

dependsOn("prepareDownloadable")
doLast {
Path("$downloadablePath/$gstTarFileName").deleteIfExists()
}
}

register("initGitSubmodules", GitTask::class) {
Expand Down

0 comments on commit a732719

Please sign in to comment.