Merge "Add metadata of linker.config.pb in product partition" into main
diff --git a/ci/build_test_suites.py b/ci/build_test_suites.py
index 0cae816..d81248b 100644
--- a/ci/build_test_suites.py
+++ b/ci/build_test_suites.py
@@ -298,7 +298,7 @@
build_command.append(get_top().joinpath(SOONG_UI_EXE_REL_PATH))
build_command.append('--make-mode')
build_command.extend(build_plan.build_targets)
-
+ logging.info(f'Running build command: {build_command}')
try:
run_command(build_command)
except subprocess.CalledProcessError as e: