Skip to content

Commit

Permalink
Merge pull request #226 from einsitang/dev-20240826-fix
Browse files Browse the repository at this point in the history
fix without declaring an explicit or implicit dependency #225
  • Loading branch information
rainyl authored Aug 26, 2024
2 parents e87c1af + 452994e commit ea281c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ABI_ALL.each { arch ->
delete targetDir
}
task(extractTaskName, type: Copy) {
mustRunAfter "downloadLibs"
onlyIf {
ABI_ACCEPTED.contains(arch) && !file("${targetDir}/libopencv_dart.so").exists()
}
Expand Down

0 comments on commit ea281c2

Please sign in to comment.