Home | History | Annotate | Download | only in dependency

Lines Matching refs:vendor_libs

199         vendor_libs = [obj for obj in objs if
203 for obj in vendor_libs:
233 def _TestVendorDependency(self, vendor_objs, vendor_libs):
246 vendor_libs: Set of ElfObject, the libraries in vendor link paths,
252 vendor_lib_names = set(x.name for x in vendor_libs)
259 def _TestVndkSpExtDependency(self, vndk_sp_ext_deps, vendor_libs):
274 vendor_libs: Set of ElfObject, the libraries in vendor link paths.
279 vendor_lib_names = set(x.name for x in vendor_libs)
322 vendor_libs = set(obj for obj in objs if
326 bitness, ", ".join(x.name for x in vendor_libs))
352 dep_errors = self._TestVendorDependency(vendor_objs, vendor_libs)
357 vndk_sp_ext_deps - sp_hal_libs, vendor_libs))