Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py4167 def _is_dep_allowed(user_tag, dep_tag): argument
4169 dep_partition, dep_visibility, _ = dep_tag.split('.')
4195 dep_tag = self._get_lib_tag(hierarchy, tagged_paths, dep)
4196 if self._is_dep_allowed(lib_tag, dep_tag):