Merge "STT build test builds trunk_staging release by default" into main

This commit is contained in:
Treehugger Robot
2023-08-01 05:42:16 +00:00
committed by Gerrit Code Review

View File

@@ -78,7 +78,7 @@ if [[ -n "${dist_dir}" ]]; then
out_dir="${dist_dir}/logs"
fi
base_command="build/soong/soong_ui.bash --make-mode"
base_command="build/soong/soong_ui.bash --make-mode TARGET_RELEASE=trunk_staging"
if [[ -n "${dist_dir}" ]]; then
base_command="${base_command} DIST_DIR=${dist_dir} dist"
fi