blob: 073b396805647cbc8b77077e494896f4e9b06608 [file] [log] [blame]
# Copyright 2019 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("$zx/public/gn/fidl.gni")
fidl_library("fuchsia.scheduler") {
sources = [
"profile.fidl",
]
}
if (current_toolchain != default_toolchain) {
group("c") {
# TODO(ZX-3365): rename this dir
public_deps = [
":fuchsia.scheduler.c",
]
}
}