blob: 132270312b0cf46e753f83c163016315b67d2ea9 [file] [log] [blame]
# 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/fidl/fidl.gni")
fidl("fuchsia.time.external") {
sources = [ "external.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}