[SDK] Adds documentation about updating ABI_VERSION

Change-Id: I1b9e9cc03c08112517491c441de28bc77d1cce4c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146761
Reviewed-by: Liam Appelbe <liama@google.com>
Commit-Queue: Clement Skau <cskau@google.com>
This commit is contained in:
Clement Skau 2020-05-07 12:33:37 +00:00 committed by commit-bot@chromium.org
parent c40b24da48
commit 560331d985
3 changed files with 6 additions and 0 deletions

View file

@ -2,3 +2,4 @@
# to be checked in, and git doesn't track empty directories, hence this file. # to be checked in, and git doesn't track empty directories, hence this file.
* *
!.gitignore !.gitignore
!README.md

View file

@ -0,0 +1,2 @@
The files in this directory are auto-generated by the dart-sdk-linux-be bot
when the ABI_VERSION in tools/VERSION is incremented.

View file

@ -10,6 +10,9 @@
# $build_dir/gen_kernel_bytecode.dill # $build_dir/gen_kernel_bytecode.dill
# This script is a no-op unless $BUILDBOT_BUILDERNAME is "dart-sdk-linux-be". # This script is a no-op unless $BUILDBOT_BUILDERNAME is "dart-sdk-linux-be".
# It's also a no-op if dill files were already uploaded today. # It's also a no-op if dill files were already uploaded today.
#
# If the ABI was modified, the ABI_VERSION in tools/VERSIONS should be manually
# incremented accordingly.
set -e set -e
set -x set -x