| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index 39e9a862505c4918d3a8ea0126faac3ebc2bf472..024df1282a48ee976edbcff84d57435a8bc55694 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -96,8 +96,7 @@ def Copy(src, dest):
|
| # TODO(zundel): this excludes the analyzer from the sdk build until builders
|
| # have all prerequisite software installed. Also update dart.gyp.
|
| def ShouldCopyAnalyzer():
|
| - # return utils.GuessOS() == 'linux'
|
| - return False
|
| + return utils.GuessOS() == 'linux'
|
|
|
|
|
| def CopyShellScript(src_file, dest_dir):
|
|
|