Searched refs:toolchain (Results 1 - 5 of 5) sorted by relevance
/build/ohos/ |
H A D | generate_part_info.py | 81 toolchain = install_module.get('toolchain') 82 if toolchain == '' or toolchain == current_toolchain: 85 if toolchain == host_toolchain: 90 toolchain = install_module.get('toolchain') 91 if toolchain == host_toolchain: 118 parser.add_argument('--current-toolchain', help='', required=True) 119 parser.add_argument('--host-toolchain', hel [all...] |
/build/templates/common/ |
H A D | external_deps_handler.py | 28 toolchain = platform_toolchain.get(current_variant) 32 toolchain = platform_toolchain.get(current_variant) 35 # not ohos platform toolchain, use current_toolchain 36 toolchain = current_toolchain 38 return toolchain, required_include_dir 142 parser.add_argument('--current-toolchain', required=False, default='') 235 toolchain, required_include_dir = get_toolchain( 237 dep_label_with_tc = "{}({})".format(dep_label, toolchain)
|
/build/indep_configs/scripts/ |
H A D | generate_components.py | 268 toolchain_json = os.path.join(_path, 'build', 'indep_configs', 'variants', 'common', 'toolchain.json') 277 for toolchain in _toolchain_list: 279 if toolchain in dirs: 283 'toolchain_key': toolchain, 284 'toolchain_value': toolchain_json[toolchain]
|
/build/hb/util/loader/ |
H A D | load_ohos_build.py | 111 def __init__(self, part_name, variant_name, part_config, toolchain, 122 self._toolchain = toolchain 212 def toolchain(self): member in PartObject 213 """current part variant toolchain.""" 445 toolchain = self._variant_toolchains.get(variant) 446 if toolchain is None: 448 part_obj = PartObject(part_name, variant, value, toolchain,
|
/build/ohos/update/ |
H A D | check_abi_and_copy_deps.py | 116 toolchain = get_value_from_file("deps_data", element, "toolchain") 117 toolchain_name = toolchain.split(':')[-1]
|
Completed in 4 milliseconds