HomeSort by relevance Sort by last modified time
    Searched refs:vendor_libs (Results 1 - 6 of 6) sorted by null

  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 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))
    [all...]
  /device/linaro/hikey/
BoardConfigCommon.mk 41 BOARD_SEPOLICY_DIRS += system/bt/vendor_libs/linux/sepolicy
  /system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh 46 TEST_VENDOR_LIB_REL=/vendor_libs/test_vendor_lib
  /development/vndk/tools/definition-tool/tests/
test_tagged_dict.py 378 vendor_libs = self.lib_pt[PT_VENDOR].values()
380 set(v for v in vendor_libs if 'lib_sp_hal.so' in v.path),
381 set(v for v in vendor_libs if 'lib_sp_hal_dep.so' in v.path))
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]
  /device/google/cuttlefish/shared/
device.mk 138 system/bt/vendor_libs/test_vendor_lib/data/controller_properties.json:system/etc/bluetooth/controller_properties.json \

Completed in 361 milliseconds