Skip to content

Commit

Permalink
remove the code to fetch libcrypto for android. we use aws-lc for and…
Browse files Browse the repository at this point in the history
…roid as well (#768)
  • Loading branch information
TingDaoK authored Mar 1, 2024
1 parent 7cb4731 commit fa0c4c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
7 changes: 0 additions & 7 deletions android/crt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import java.util.regex.Pattern
apply plugin: 'com.android.library'
apply plugin: 'signing'

// Before configuring, make sure libcrypto is installed
preBuild {
println('Installing libcrypto prebuilt binaries')
def exec = (project.file('fetch_libcrypto.sh').absolutePath).execute()
exec.waitForProcessOutput(System.out, System.err)
}

Properties getGitTag() {
def gitTag = "git describe --tags".execute().text.trim()
def version = new Properties()
Expand Down
46 changes: 0 additions & 46 deletions android/crt/fetch_libcrypto.sh

This file was deleted.

0 comments on commit fa0c4c7

Please sign in to comment.