From db03719264eda265eae226ea18760f20e525a332 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Tue, 1 Aug 2023 11:39:27 +0900 Subject: [PATCH] STT build test builds trunk_staging release by default Add `TARGET_RELEASE=trunk_staging` for the base build command to build the trunk_staging targets for the STT build tests. Bug: 293964685 Test: combined_build_test.sh -t -v Change-Id: I1bc449ad6790dc56860983ae80c4beb20c0621aa --- treble/combined_build_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treble/combined_build_test.sh b/treble/combined_build_test.sh index f051b5dc7..c0a29a30a 100755 --- a/treble/combined_build_test.sh +++ b/treble/combined_build_test.sh @@ -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