Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 committed Aug 25, 2020
1 parent ef61f77 commit fc3b314
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/BUILDING-GN.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,16 @@ To find dependency paths:
gn path out/host //src/transport/tests:tests //src/system
```

### Useful gn arguments

You can specify these gn arguments in the `--args=` section of the command to
customize your build.

- `chip_device_config_use_test_setup_pin_code`: The setup pincode of the
device if not found in the storage.
- `chip_device_config_use_test_setup_discriminator`: The discriminator of the
device if not found in the storage.

## Maintaining CHIP

If you make any change to the GN build system, the next build will regenerate
Expand Down

0 comments on commit fc3b314

Please sign in to comment.