Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py3260 def print_deps_closure(self, root_libs, graph, is_excluded_libs, argument
3263 closure = graph.compute_users_closure(root_libs, is_excluded_libs)
3265 closure = graph.compute_deps_closure(root_libs, is_excluded_libs)
3278 root_libs = graph.get_libs(args.lib, report_error)
3290 self.print_deps_closure(root_libs, graph, is_excluded_libs,
3293 if not root_libs:
3294 root_libs = list(graph.all_libs())
3295 for lib in sorted(root_libs):