blob: f2554052fa7f265fbf5983d518f3f905cf6fbf5b [file] [log] [blame]
# Copyright 2019 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.
action("magma_header_gen") {
script = "magma_h_gen.py"
args = [
rebase_path("magma.json", root_build_dir),
rebase_path("$target_gen_dir/magma.h", root_build_dir),
]
inputs = [ "magma.json" ]
outputs = [ "$target_gen_dir/magma.h" ]
}