| OLD | NEW |
| (Empty) |
| 1 # Configuration defaults for import_from_android.sh | |
| 2 # See README.chromium for details. | |
| 3 | |
| 4 # Location of Android source git server, used to retrieve configuration | |
| 5 # and import script, which are placed under openssl/ | |
| 6 ANDROID_OPENSSL_GIT_SOURCE=https://android.googlesource.com/platform/external/op
enssl.git | |
| 7 | |
| 8 # The exact commit used to checkout sources from the git server. | |
| 9 ANDROID_OPENSSL_GIT_COMMIT=c1b05eb57fadc3796aff6079d5a65e3c809aa9de | |
| 10 | |
| 11 # Location of official OpenSSL release tarballs. | |
| 12 OPENSSL_TAR_SOURCE=http://www.openssl.org/source | |
| 13 | |
| 14 # SHA-1 hash of openssl-<version>.tar.gz as downloaded from the official | |
| 15 # OpenSSL server. Note that <version> is automatically taken from | |
| 16 # openssl/opensls.version after that file is downloaded from the Android | |
| 17 # git server. | |
| 18 OPENSSL_TAR_SHA1=3f1b1223c9e8189bfe4e186d86449775bd903460 | |
| OLD | NEW |