Skip to content

Commit fa0c4c7

Browse files
authored
remove the code to fetch libcrypto for android. we use aws-lc for android as well (#768)
1 parent 7cb4731 commit fa0c4c7

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

android/crt/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ import java.util.regex.Pattern
33
apply plugin: 'com.android.library'
44
apply plugin: 'signing'
55

6-
// Before configuring, make sure libcrypto is installed
7-
preBuild {
8-
println('Installing libcrypto prebuilt binaries')
9-
def exec = (project.file('fetch_libcrypto.sh').absolutePath).execute()
10-
exec.waitForProcessOutput(System.out, System.err)
11-
}
12-
136
Properties getGitTag() {
147
def gitTag = "git describe --tags".execute().text.trim()
158
def version = new Properties()

android/crt/fetch_libcrypto.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)