From dc2d3bdc2c23f879573bc4ff657175b669c8fa33 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Mon, 16 Dec 2024 10:11:56 -0800 Subject: Include checkbuild in list of required target We should never remove checkbuild right now when it is specified. Change-Id: I71fe5417f4f863e3b499a0f25534a374050bd064 Test: presubmit Bug: 378704055 --- ci/build_test_suites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/build_test_suites.py') diff --git a/ci/build_test_suites.py b/ci/build_test_suites.py index 88630ba32b..addad15d0b 100644 --- a/ci/build_test_suites.py +++ b/ci/build_test_suites.py @@ -35,7 +35,7 @@ SOONG_UI_EXE_REL_PATH = 'build/soong/soong_ui.bash' LOG_PATH = 'logs/build_test_suites.log' # Currently, this prevents the removal of those tags when they exist. In the future we likely # want the script to supply 'dist directly -REQUIRED_BUILD_TARGETS = frozenset(['dist', 'droid']) +REQUIRED_BUILD_TARGETS = frozenset(['dist', 'droid', 'checkbuild']) class Error(Exception): -- cgit v1.2.3-59-g8ed1b