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
18 lines
433 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|
|
|