Commit 03e88dce authored by John Abd-El-Malek's avatar John Abd-El-Malek

Fix isolate errors on Android bots because fastbuild wasn't passed in.

R=vadimsh@chromium.org

Review URL: https://codereview.chromium.org/583343002

Cr-Commit-Position: refs/heads/master@{#295767}
parent 670a4abf
...@@ -115,6 +115,7 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None): ...@@ -115,6 +115,7 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None):
'--config-variable', 'CONFIGURATION_NAME', constants.GetBuildType(), '--config-variable', 'CONFIGURATION_NAME', constants.GetBuildType(),
'--config-variable', 'chromeos', '0', '--config-variable', 'chromeos', '0',
'--config-variable', 'component', 'static_library', '--config-variable', 'component', 'static_library',
'--config-variable', 'fastbuild', '0',
'--config-variable', 'icu_use_data_file_flag', '1', '--config-variable', 'icu_use_data_file_flag', '1',
# TODO(maruel): This may not be always true. # TODO(maruel): This may not be always true.
'--config-variable', 'target_arch', 'arm', '--config-variable', 'target_arch', 'arm',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment