Lines Matching refs:sdk_library
529 def does_sdk_library_support_latest_api(sdk_library): argument
530 if sdk_library == "conscrypt.module.platform.api" or \
531 sdk_library == "conscrypt.module.intra.core.api":
546 sdk_library = jsonItem["@name"]
547 if not self.does_sdk_library_support_latest_api(sdk_library):
550 target_dict[sdk_library] = {}
553 target_dict[sdk_library][scope] = {}
559 target_dict[sdk_library][scope][target] = scope_json[target]
625 for sdk_library in target_dict[sdk_info_file]:
626 for scope in target_dict[sdk_info_file][sdk_library]:
627 scope_json = target_dict[sdk_info_file][sdk_library][scope]