[build] update GN build file for OpenThread (#5358)

Add the CLI & configuration to the build file.
This commit is contained in:
Michael Spang
2020-08-12 10:27:52 -07:00
committed by GitHub
parent 7dc3b2696a
commit a24737a2ad
10 changed files with 1440 additions and 196 deletions
+2 -2
View File
@@ -36,9 +36,9 @@ set -x
main()
{
gn gen gn-out
gn gen --check gn-out
ninja -C gn-out
test -f gn-out/obj/lib-ot-core.a
test -f gn-out/obj/src/core/libopenthread-ftd.a
}
main "$@"