mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-25 14:15:39 -04:00
update: 更新文件 elf_file_mgr.py
Signed-off-by: leokii <liangxinyan2@huawei.com>
This commit is contained in:
@@ -244,6 +244,7 @@ class ElfFileMgr(object):
|
||||
print(" Got %d dependencies" % self._dep_idx)
|
||||
|
||||
def __build_deps_tree_for_one_elf(self, elf):
|
||||
elf["missing"] = []
|
||||
for lib, line in elf.library_depends():
|
||||
dep_elf = self.get_elf_by_name(lib)
|
||||
if not dep_elf:
|
||||
|
||||
Reference in New Issue
Block a user