824608c33d
Test: (cd build/make/orchestrator/core ; ./test_lunch.py) Change-Id: I4ba36a79abd13c42b986e3ba0d6d599c1cc73cb0
16 lines
339 B
Text
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"
|
|
}
|
|
}
|
|
}
|