Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py362 def _TestSpHalDependency(self, sp_hal_libs): argument
377 sp_hal_lib_names = set(x.name for x in sp_hal_libs)
381 return self._FilterDisallowedDependencies(sp_hal_libs, is_allowed_dep)
407 sp_hal_libs = set()
410 self._DfsDependencies(obj, sp_hal_libs, sp_hal_namespace)
412 bitness, ", ".join(x.name for x in sp_hal_libs))
426 obj not in sp_hal_libs and
433 vndk_sp_ext_deps - sp_hal_libs, vendor_libs))
439 dep_errors.extend(self._TestSpHalDependency(sp_hal_libs))