blob: 6ccc64039c3f2e0e7b9d837df17ec19fb753e318 [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 = "//garnet/public/fidl/fuchsia.math"
additional_include = "lib/ui/geometry/cpp/formatting.h"
amendments_path =
"//garnet/public/lib/fostr/fidl/fuchsia.math/amendments.json"
public_deps = [
"//garnet/public/lib/ui/geometry/cpp",
]
}