mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-22 23:40:11 +00:00
fix
Signed-off-by: 唐翔蕾 <328491512@qq.com>
This commit is contained in:
parent
04f271bba7
commit
799b5fd295
@ -183,7 +183,7 @@ class XTSUtils:
|
||||
if PathUtils.isTargetContains(self._build_paths, file):
|
||||
continue
|
||||
# 当前存在的最外层路径
|
||||
exist_path = PathUtils.get_current_exist(os.path.dirname(file))
|
||||
exist_path = PathUtils.get_current_exist(self._xts_root_dir, os.path.dirname(file))
|
||||
build_File = XTSTargetUtils.get_current_Build(self._xts_root_dir, exist_path)
|
||||
# 计算到根目录或指定目录,直接编译全量
|
||||
if (os.path.dirname(build_File) == self._xts_root_dir or
|
||||
|
Loading…
Reference in New Issue
Block a user