635aaa8adf
Currently we bundle only one platform file, which dart2native uses as well as other tools. Since the platform file has annotations already evaluated, our AOT compiler ends up including service related functionality in the AOT snapshot. This CL bundles the product-mode vm_platform.dill as well, which will reduce dart2native-created apps slightly. Change-Id: I223811b30704cde1739739d97a8ea2d34a681292 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125665 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Clement Skau <cskau@google.com>