blob: 0966b2b999064d1b08528a1f0b57dae4cd49dbaf [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("//garnet/public/build/fostr/fostr_fidl.gni")
fostr_fidl("fuchsia.math") {
fidl_target = "//sdk/fidl/fuchsia.math"
additional_include = "lib/fostr/fidl/fuchsia.math/amendments.h"
amendments_path =
"//garnet/public/lib/fostr/fidl/fuchsia.math/amendments.json"
public_deps = [ ":amendments" ]
}
source_set("amendments") {
sources = [
"amendments.cc",
"amendments.h",
]
public_configs = [ "//garnet/public:config" ]
public_deps = [ "//sdk/fidl/fuchsia.math" ]
}