Searched refs:components_list (Results 1 – 2 of 2) sorted by relevance
/build/templates/common/ |
D | generate_component_package.py | 576 def _generate_component_package_handler(args, components_list, parts_path_info, part_name, componen… argument 577 if not components_list: 582 for component in components_list: 589 def generate_component_package(out_path, root_path, components_list=None, build_type=0, organizatio… argument 610 print(components_list) 611 if not components_list: 612 components_list = [] 613 elif local_test == 1 and components_list: 614 components_list = [component for component in components_list.split(",")] 616 …components_list = [component for component in components_list.split(",") if component in _check_li… [all …]
|
/build/tools/ |
D | product_config_version_convert.py | 67 components_list = list() 75 … components_list.append({"component":str(key_sub).split(":")[1], "features":features}) 76 subsystems_list.append({"subsystem":substr[0], "components":components_list})
|