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.py3976 def print_deps_closure(self, root_libs, graph, is_excluded_libs, argument
3979 closure = graph.compute_users_closure(root_libs, is_excluded_libs)
3981 closure = graph.compute_deps_closure(root_libs, is_excluded_libs)
3993 root_libs = graph.get_libs(args.lib, report_error)
4005 self.print_deps_closure(root_libs, graph, is_excluded_libs,
4008 if not root_libs:
4009 root_libs = list(graph.all_libs())
4010 for lib in sorted(root_libs):