Skip to content

Commit

Permalink
fix without declaring an explicit or implicit dependency #225
Browse files Browse the repository at this point in the history
  • Loading branch information
einsitang committed Aug 25, 2024
1 parent e87c1af commit 452994e
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 452994e

Please sign in to comment.