From 0f3e02619179c5d491597451b35bd1c5714e04df Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Fri, 28 Sep 2018 18:15:56 -0700 Subject: Include generate_fidl as part of the `extract` step. Anytime we're running `make extract/generate` with Fuchsia as a target, we probably want to update FIDL descriptions too, so we don't fall behind what upstream is up to. This includes generate_fidl as part of the `make extract` workflow. Also, corrects fidlgenPath to properly find the path for ARM targets (we only have host_x64 right now). --- docs/fuchsia.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/fuchsia.md b/docs/fuchsia.md index ce7b82f1e..2d1a6f64f 100644 --- a/docs/fuchsia.md +++ b/docs/fuchsia.md @@ -48,13 +48,9 @@ Run `syz-manager` with a config along the lines of: ## How to generate syscall description for FIDL -Use `generate_fidl` target to automatically generate syscall descriptions for all the supported FIDL files. +Syscall descriptions for FIDL are automatically generated as part of `make extract` as described above. -```bash -make generate_fidl TARGETARCH=amd64 SOURCEDIR=/path/to/fuchsia/checkout -``` - -To manually generate syscall description for a given `.fidl` file, use the following instruction. +However, if you wish to manually generate syscall descriptions for a given `.fidl` file, do the following. FIDL files should first be compiled into FIDL intermediate representation (JSON) files using `fidlc`: -- cgit mrf-deployment