| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index 9c1e51f54af9a72ce21eb6674ef5ec3d292efa52..1d47170bee535e9c46548da8de66221ab2787c4c 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -61,6 +61,7 @@
|
| # ......isolate/
|
| # ......js/
|
| # ......js_util/
|
| +# ......kernel/
|
| # ......math/
|
| # ......mirrors/
|
| # ......typed_data/
|
| @@ -166,7 +167,7 @@ def CopySnapshots(snapshots, sdk_root):
|
| join(sdk_root, 'bin', 'snapshots', snapshot))
|
|
|
| def CopyAnalyzerSources(home, lib_dir):
|
| - for library in ['analyzer', 'analysis_server', 'front_end']:
|
| + for library in ['analyzer', 'analysis_server', 'front_end', 'kernel']:
|
| copytree(join(home, 'pkg', library), join(lib_dir, library),
|
| ignore=ignore_patterns('*.svn', 'doc', '*.py', '*.gypi', '*.sh',
|
| '.gitignore', 'packages'))
|
|
|