blob: 6733e8d5d74628fd5451b659895be6868a4a199c [file] [log] [blame]
# Copyright 2018 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("//topaz/runtime/dart_runner/dart_app.gni")
dart_aot_app("vmservice") {
main_dart = "empty.dart"
source_dir = "."
product = false
sources = []
deps = []
}