-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better management of targets in build_examples.py, support -rpc when …
…building all (#10133) * Initial version to convert to build targets - scripts only for now * Update cloudbuild to use the new target format * Update documentation a bit * Correctly name output dirs for linux * Add a sample glob matcher as a convenience for builds * Update documentation and make compilation based on targetts work * Update list of available targets for building in the vscode interface * Remove non-json comments * Fix glob target in vscode * Fix globbing prefix start, update vscode tasks * Make unit tests pass (but not host yet) * More unit tests: this validates linux builds as well * Restyle and fix gn args * Make tizen build be a standard gn build * Remove rpc command line argument * Add rpc targets to vscode * Fix unit test: had duplicated method name preventing testing * Fix github workflows with the new target syntax * Typo: target_glob to target-glob * Update android to run unit tests * Update infineon output dir * Update infineon dir...again * Code review updates * Remove empty whitespace from non-md file to see if that triggers CI * Minor python file change (doc text update) to try to trigger CI run
- Loading branch information
Showing
32 changed files
with
786 additions
and
909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.