[fuchsia] Fix fidlc command.

Change-Id: I8d3d04a20f8a696dd9d4d0c6f2808155fb7da5b4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295469
Reviewed-by: John Rosasco <rosasco@google.com>
Commit-Queue: John Rosasco <rosasco@google.com>
This commit is contained in:
John Rosasco 2020-06-09 19:57:28 -07:00 committed by Skia Commit-Bot
parent bce9bd60e7
commit 62ace59d8c

View File

@ -117,6 +117,8 @@ template("_fuchsia_fidl_library") {
rebase_path("$target_gen_dir/$library_name_slashes/cpp/fidl"),
"--output-c-tables",
rebase_path("$target_gen_dir/$library_name_slashes/c/tables.c"),
"--output-c-header",
rebase_path("$target_gen_dir/$library_name_slashes/c/fidl.h"),
]
}