Searched refs:tagged_libs (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | test_tagged_dict.py | 452 self.tagged_libs = TaggedLibDict.create_from_graph( 457 self.assertIn(self.lib_ll_ndk, self.tagged_libs.ll_ndk) 459 self.tagged_libs.ll_ndk_private) 460 self.assertIn(self.lib_vndk_sp, self.tagged_libs.vndk_sp) 462 self.tagged_libs.vndk_sp_private) 464 self.assertIn(self.lib_vndk, self.tagged_libs.vndk) 466 self.assertIn(self.lib_system_only, self.tagged_libs.system_only) 467 self.assertIn(self.lib_system_only_rs, self.tagged_libs.system_only_rs) 469 self.assertIn(self.lib_sp_hal, self.tagged_libs.sp_hal) 470 self.assertIn(self.lib_sp_hal_dep, self.tagged_libs.sp_hal_dep) [all …]
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 4160 def _check_vendor_dep(self, graph, tagged_libs, lib_properties, argument 4168 eligible_libs = (tagged_libs.ll_ndk | tagged_libs.vndk_sp | 4169 tagged_libs.vndk_sp_private | tagged_libs.vndk) 4297 tagged_libs = TaggedLibDict.create_from_graph( 4309 num_errors = self._check_vendor_dep(graph, tagged_libs, lib_properties,
|