diff options
Diffstat (limited to 'crypto/BUILD.gn')
-rw-r--r-- | crypto/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn index 31d56c1..30784208 100644 --- a/crypto/BUILD.gn +++ b/crypto/BUILD.gn @@ -118,6 +118,10 @@ component("crypto") { ] } + if (is_android) { + deps += [ "//third_party/android_tools:cpu_features" ] + } + if (use_openssl) { # Remove NSS files when using OpenSSL sources -= [ |