Files
build/orchestrator/test_workspace/combo.mcombo
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

18 lines
433 B
Plaintext

{
"lunchable": true,
"system": {
"tree": "build/build/make/orchestrator/test_workspace/inner_tree_1",
"product": "test_product1"
},
"vendor": {
"tree": "build/build/make/orchestrator/test_workspace/inner_tree_1",
"product": "test_product2"
},
"modules": {
"module_1": {
"tree": "build/build/make/orchestrator/test_workspace/inner_tree_1"
}
}
}