提交 14d939b5 编写于 作者: L lwx1153805

Descriptor: compile error with add --gn-args use_clang_coverage=true

issue:https://gitee.com/openharmony/build_lite/issues/I6AUU2?from=project-issueSigned-off-by: Nlwx1153805 <longshining2@huawei.com>
上级 7782b84f
......@@ -58,12 +58,7 @@ class Config(metaclass=Singleton):
None)
self._subsystem_config_json = config_content.get(
'subsystem_config_json', None)
subsystem_config_overlay_path = os.path.join(self._root_path,
'build/subsystem_config_overlay.json')
if os.path.isfile(subsystem_config_overlay_path):
self._subsystem_config_overlay_json = 'build/subsystem_config_overlay.json'
else:
self._subsystem_config_overlay_json = ''
self._subsystem_config_overlay_json = 'build/subsystem_config_overlay.json'
self.fs_attr = set()
self.platform = platform.system()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册