D | update-art-module-prebuilts.py | 103 def fetch_artifact(branch, target, build, fetch_pattern, local_dir): argument 106 cmd = [fetch_artifact_path, "--branch", branch, "--target", target, 136 def commit(git_root, prebuilt_descr, branch, target, build, add_paths, bug_number): argument 144 .format(prebuilt_descr=prebuilt_descr, branch=branch, target=target, 165 def install_entry(branch, target, build, local_dist, entry): argument 173 fetch_artifact(branch, target, build, entry.source_path, install_dir) 282 install_entry(args.branch, target, args.build, args.local_dist, entry) 287 commit(git_root, PREBUILT_DESCR, args.branch, target, args.build, subpaths,
|