Lines Matching refs:image
170 def gen_bp_module(image, variation, name, version, target_arch, vndk_list, arch_props, bp_dir): argument
178 image: True,
247 bp = '%s_snapshot_%s {\n' % (image, variation)
278 def gen_bp_list_module(image, snapshot_version, vndk_list, target_arch, arch_props): argument
283 bp = '%s_snapshot {\n' % image
286 bp_props['name'] = '%s_snapshot' % image
288 if image == 'vendor':
382 def gen_bp_files(image, vndk_dir, install_dir, snapshot_version): argument
400 if image == 'vendor':
406 androidbp += gen_bp_module(image, variation, name,
413 androidbp += gen_bp_list_module(image, snapshot_version, vndk_list,
560 def check_module_usage(install_dir, ninja_binary, image, ninja_file, goals, argument
609 f.write('%s_SNAPSHOT_MODULES := \\\n' % image.upper())
635 def install_artifacts(image, branch, build, target, local_dir, symlink, argument
655 artifact_pattern = image + '-*.zip'
787 check_module_usage(install_dir, ninja_binary, args.image,
839 image=args.image,
846 gen_bp_files(args.image, vndk_dir, install_dir, snapshot_version)