Index: build/config/crypto.gni |
diff --git a/build/config/crypto.gni b/build/config/crypto.gni |
index fc4cbb43bd141c17bc0c70244002a719a3ac797a..1837754a0aff44cdf9c9e3202805da31b8842de4 100644 |
--- a/build/config/crypto.gni |
+++ b/build/config/crypto.gni |
@@ -16,7 +16,7 @@ declare_args() { |
# True when we're using OpenSSL for certificate verification and storage. We |
# only do this when we're using OpenSSL on desktop Linux systems. For other |
# systems (Mac/Win/Android) we use the system certificate features. |
-use_openssl_certs = use_openssl && is_linux |
+use_openssl_certs = use_openssl && (is_linux || is_android) |
# Same meaning as use_openssl_certs but for NSS. |
use_nss_certs = !use_openssl && is_linux |