blob: 19e377f3054800200796524d52e27e25c665eb57 [file] [log] [blame]
# Copyright 2017 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.auth.account") {
sources = [
"account_manager.fidl",
]
deps = [
"//garnet/public/fidl/fuchsia.auth",
]
}