Include checked-in SDK in Debian source package for Dart

Dart will no longer bootstrap without a checked-in executable.
BUG=https://github.com/dart-lang/sdk/issues/31097
R=zra@google.com,ahe@google.com

Change-Id: I052388d94d5d4a5587f842428cc0f8912ebfacd0
Reviewed-on: https://dart-review.googlesource.com/13780
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2017-10-13 14:58:16 +02:00 committed by commit-bot@chromium.org
parent dd3f935cf5
commit a4d2d87238

View file

@ -40,8 +40,7 @@ verbose = False
versiondir = ''
# Ignore Git/SVN files, checked-in binaries, backup files, etc..
ignoredPaths = ['tools/sdks',
'third_party/7zip', 'third_party/android_tools',
ignoredPaths = ['third_party/7zip', 'third_party/android_tools',
'third_party/clang', 'third_party/d8',
'third_party/firefox_jsshell']
ignoredDirs = ['.svn', '.git']