summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index a5c02fc..9f6d754 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -372,7 +372,11 @@
{
'target_name': 'symupload',
'type': 'executable',
- 'toolsets': [ 'host', ],
+ 'conditions': [
+ ['OS=="android"', {
+ 'toolsets': [ 'host' ],
+ }],
+ ],
# This uses the system libcurl, so don't use the default 32-bit
# compile flags when building on a 64-bit machine.