| # Commands will be run in CHIP project root. |
| cd "{root}" |
| |
| # Generating efr32-brd4187c-light-rpc |
| gn gen --check --fail-on-unused-args '--add-export-compile-commands=*' --root={root}/examples/lighting-app/silabs '--args=silabs_board="BRD4187C" is_debug=false import("//with_pw_rpc.gni") efr32_sdk_root="TEST_GSDK_ROOT" openthread_root="TEST_GSDK_ROOT/openthread_stack/util/third_party/openthread" wifi_sdk_root="TEST_WIFI_SDK_ROOT"' {out}/efr32-brd4187c-light-rpc |
| |
| # Building efr32-brd4187c-light-rpc |
| ninja -C {out}/efr32-brd4187c-light-rpc |