Index: crypto/crypto.gyp |
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp |
index 32065f4f0ff7aecf6765a03d4b80295d93f60c3e..1d216f6f185b60b6e9c4fafee6fd9f74e591c89b 100644 |
--- a/crypto/crypto.gyp |
+++ b/crypto/crypto.gyp |
@@ -237,7 +237,7 @@ |
'../testing/gtest.gyp:gtest', |
], |
'conditions': [ |
- [ 'os_posix == 1 and OS != "mac"', { |
+ [ 'os_posix == 1 and OS != "mac" and OS != "android"', { |
'conditions': [ |
[ 'linux_use_tcmalloc==1', { |
'dependencies': [ |
@@ -249,7 +249,7 @@ |
'dependencies': [ |
'../build/linux/system.gyp:ssl', |
], |
- }, { # os_posix != 1 or OS == "mac" |
+ }, { # os_posix != 1 or OS == "mac" or OS == "android" |
'sources!': [ |
'rsa_private_key_nss_unittest.cc', |
'openpgp_symmetric_encryption_unittest.cc', |