platform_build/orchestrator/multitree_combos/test.mcombo
Joe Onorato 824608c33d Implement multitree lunch
Test: (cd build/make/orchestrator/core ; ./test_lunch.py)
Change-Id: I4ba36a79abd13c42b986e3ba0d6d599c1cc73cb0
2022-04-08 13:42:55 -07:00

16 lines
339 B
Text

{
"lunchable": true,
"system": {
"tree": "inner_tree_system",
"product": "system_lunch_product"
},
"vendor": {
"tree": "inner_tree_vendor",
"product": "vendor_lunch_product"
},
"modules": {
"com.android.something": {
"tree": "inner_tree_module"
}
}
}