blob: 92c1c936fff4943d1c65dcfdc7328e0ec34e33b0 [file] [log] [blame]
# Copyright 2022 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/fidl/fidl.gni")
group("fidl") {
public_deps = [ ":ermine.tools_dart($dart_toolchain)" ]
}
fidl("ermine.tools") {
excluded_checks = [ "wrong-prefix-for-platform-source-library" ]
sources = [ "ermine_automator.fidl" ]
}