aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/update_prebuilts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_prebuilts.py b/tools/update_prebuilts.py
index 6837831..e8cd4bd 100755
--- a/tools/update_prebuilts.py
+++ b/tools/update_prebuilts.py
@@ -526,7 +526,7 @@ def main() -> int:
print()
- prebuilt_path_map, manifest_path, other_artifacts = fetch_prebuilt_artifacts(args.build_branch, bid, args.bolt, args.musl, not args.no_pgo)
+ prebuilt_path_map, manifest_path, other_artifacts = fetch_prebuilt_artifacts(args.build_branch, bid, args.bolt, args.musl, args.pgo)
if not args.download_only:
update_prebuilts(
branch_name,