Home
last modified time | relevance | path

Searched refs:toolchain_json (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/indep_configs/scripts/
H A Dgenerate_components.py242toolchain_json = os.path.join(_path, 'build', 'indep_configs', 'variants', 'common', 'toolchain.js…
243 _json = utils.get_json(toolchain_json)
247 def _get_all_have_toolchain_component(toolchain_json, hpm_cache_path): argument
248 _toolchain_list = toolchain_json.keys()
258 'toolchain_value': toolchain_json[toolchain]
274 toolchain_json = _get_toolchain_json(root_path)
277 _part_toolchain_map_dict = _get_all_have_toolchain_component(toolchain_json, hpm_cache_path)