platform_build/orchestrator
Joe Onorato c35895676c Orchestrator can build end to end.
This reduces the scope of the demo to just building and installing
a single .so, but it makes the demo actually build that single .so.

Next up, writing some unit tests and fleshing out functionality.

Test: see the README
Change-Id: I560904b786fbf69d3a83dbb08d496dba5a3192ca
2022-05-26 15:11:23 -07:00
..
core Orchestrator can build end to end. 2022-05-26 15:11:23 -07:00
demo Prototype of build orchestrator 2022-04-27 16:33:21 +09:00
inner_build Orchestrator can build end to end. 2022-05-26 15:11:23 -07:00
multitree_combos Checkpoint new build orchestrator 2022-05-12 12:12:38 -07:00
ninja Generate ninja files for api assembly and run ninja. 2022-05-18 05:24:48 -07:00
test_workspace Orchestrator can build end to end. 2022-05-26 15:11:23 -07:00
README Orchestrator can build end to end. 2022-05-26 15:11:23 -07:00

DEMO

from the root of the workspace

multitree_lunch build/build/make/orchestrator/test_workspace/combo.mcombo eng

rm -rf out && multitree_build && echo "==== Files ====" && find out -type f