# Copyright 2020 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build/dart/dart_tool.gni") | |
dart_prebuilt_tool("gen_kernel") { | |
snapshot = "${prebuilt_dart_sdk}/bin/snapshots/gen_kernel.dart.snapshot" | |
} |