blob: 7bf18057d269fa9b0028bde7324e661473bf10e5 [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.
# This tells fidl_library() how to ask fidlc to generate JSON output.
fidl_support_fidlc = [
{
name = "json"
files = [
{
switch = "--json"
path = "fidl.json"
},
]
},
]