We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb4731 commit fa0c4c7Copy full SHA for fa0c4c7
android/crt/build.gradle
@@ -3,13 +3,6 @@ import java.util.regex.Pattern
3
apply plugin: 'com.android.library'
4
apply plugin: 'signing'
5
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
-
13
Properties getGitTag() {
14
def gitTag = "git describe --tags".execute().text.trim()
15
def version = new Properties()
android/crt/fetch_libcrypto.sh
0 commit comments