Index: third_party/zlib/zlib.gyp |
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp |
index 420547ed7ba05a848ef873cd14d494425ece00dd..279a6e88c73b9befc7bfd9576b3805fb46039e03 100644 |
--- a/third_party/zlib/zlib.gyp |
+++ b/third_party/zlib/zlib.gyp |
@@ -6,7 +6,6 @@ |
'targets': [ |
{ |
'target_name': 'zlib', |
- 'toolsets': ['target', 'host'], |
'type': 'static_library', |
'sources': [ |
'adler32.c', |
@@ -48,6 +47,8 @@ |
'conditions': [ |
['OS!="win"', { |
'product_name': 'chrome_zlib', |
+ }], ['OS=="android"', { |
+ 'toolsets': ['target', 'host'], |
}], |
], |
}, |