Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dcheck_vndk_dep.py31 def _is_vndk(module): function
65 return _is_vndk(module) or _is_vendor_available(module)
130 if _is_vndk(dep_module) and not _is_vendor(module):
135 if _is_vndk(module) and not _is_vendor(module):
141 if not _is_vndk(dep_module):