65a5707189
This directory has a libraries.json file pointing to vmservice_io and _vmservice in the source tree. The script tools/patch_sdk.dart has been updated to use this new directory as the sdk directory when compiling dart:vmservice_io. This way, to build vmservice_io.dill, we do not need to copy the dart files pertaining to vmservice_io and _vmservice. Fixes #29859 R=sigmund@google.com Review-Url: https://codereview.chromium.org/2938903003 .