Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 36c0fa441d285835c5cf00d3710aa55e8611f708..b84fc22c5db4132e7eeb9a41657905a6c9b0f475 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -41,7 +41,7 @@ enable_built_in_dns = !is_ios && !is_proto_quic |
# in addition to use_openssl_certs or use_nss_certs, in that case byte certs |
# are used internally but OpenSSL or NSS are used for certificate verification. |
# TODO(mattm): crbug.com/671420: Implement and enable this for all platforms. |
-use_byte_certs = is_mac |
+use_byte_certs = is_mac || is_android |
buildflag_header("features") { |
header = "net_features.h" |