Addressing CL comments.

Bug: 260755259
Test: run locally
Change-Id: Ica6e1dbcd0ef5b0db54465d7a33ef13ea53471bc
This commit is contained in:
Alex Buynytskyy
2023-01-21 10:03:13 -08:00
parent 56c36b3bb1
commit 354a18b679

View File

@@ -164,6 +164,7 @@ for m in module_names:
created_dirs[COMPAT_REPO].add(dest_dir.relative_to(COMPAT_REPO))
if args.local_mode:
print('Updated prebuilts using locally built artifacts. Don\'t submit or use for anything besides local testing.')
sys.exit(0)
subprocess.check_output(['repo', 'start', branch_name] + list(created_dirs.keys()))