| Index: tools/create_tarball.py
|
| diff --git a/tools/create_tarball.py b/tools/create_tarball.py
|
| index 462bd9dc5679c447652774c5f912e68d905a16a2..887bc86326c29ae21f948683ab203000e148363c 100755
|
| --- a/tools/create_tarball.py
|
| +++ b/tools/create_tarball.py
|
| @@ -40,8 +40,7 @@ verbose = False
|
| versiondir = ''
|
|
|
| # Ignore Git/SVN files, checked-in binaries, backup files, etc..
|
| -ignoredPaths = ['tools/testing/bin',
|
| - 'tools/sdks',
|
| +ignoredPaths = ['tools/sdks',
|
| 'third_party/7zip', 'third_party/android_tools',
|
| 'third_party/clang', 'third_party/d8',
|
| 'third_party/firefox_jsshell']
|
|
|