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.py3801 def print_deps_closure(self, root_libs, graph, is_excluded_libs, argument
3804 closure = graph.compute_users_closure(root_libs, is_excluded_libs)
3806 closure = graph.compute_deps_closure(root_libs, is_excluded_libs)
3818 root_libs = graph.get_libs(args.lib, report_error)
3830 self.print_deps_closure(root_libs, graph, is_excluded_libs,
3833 if not root_libs:
3834 root_libs = list(graph.all_libs())
3835 for lib in sorted(root_libs):