mirror of
https://github.com/openharmony/build_lite.git
synced 2026-07-20 00:45:32 -04:00
!651 黄蓝区闭源子系统适配门禁报错
Merge pull request !651 from lwx1153805/lsn_buildlite_0117
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user