Skip to content

Commit

Permalink
Merge pull request #222 from kennethshackleton/openssl-script-input
Browse files Browse the repository at this point in the history
Add build_libraries.sh as an input when assembling OpenSSL for Android ABIs
  • Loading branch information
kennethshackleton authored Aug 22, 2021
2 parents fe947c1 + a74b38e commit d69e68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenSSL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ arrayOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64").forEach {

tasks.register<Exec>("assemble${it.capitalize(Locale.US)}") {
dependsOn("unpackOpenSsl${it.capitalize(Locale.US)}")
inputs.file("$projectDir/build_libraries.sh")
inputs.property("version", openSslVersion())
outputs.files(fileTree("${openSslWorkingDir(it)}/include") { include("**/*.h") })
.withPropertyName("headers")
Expand Down

0 comments on commit d69e68e

Please sign in to comment.