Lines Matching refs:apex
109 --avb_{apex,boot,system,system_other,vendor,dtbo,vbmeta,vbmeta_system,
138 Path to the android.jar to repack the apex file.
227 return filename.endswith(".apex") or filename.endswith(".capex")
232 # Replace the suffix for compressed apex
234 return name.replace(".capex", ".apex")
271 for apex, key in OPTIONS.extra_apex_payload_keys.items():
274 if apex not in keys_info:
275 logger.warning('Failed to find %s in target_files; Ignored', apex)
277 keys_info[apex] = (key, keys_info[apex][1])
280 for apex, (payload_key, container_key) in keys_info.items():
281 keys_info[apex] = (payload_key, key_map.get(container_key, container_key))
284 for apex, key in OPTIONS.extra_apks.items():
286 if apex not in keys_info:
290 keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
296 for apex, (payload_key, container_key) in keys_info.items():
299 if apex in OPTIONS.extra_apex_payload_keys:
300 payload_override = OPTIONS.extra_apex_payload_keys[apex]
303 "non-PRESIGNED payload key {}").format(apex, payload_override)
307 apex))
308 keys_info[apex] = ('PRESIGNED', 'PRESIGNED')
585 signing_args=OPTIONS.avb_extra_args.get('apex'))
1289 OPTIONS.avb_extra_args['apex'] = a
1385 # TODO(xunchang) check for the apks inside the apex files, and abort early if