From df85b8691e170f387170b58e40953f3ae313c05f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 24 Oct 2023 10:59:40 -0700 Subject: [PATCH] Make checkbuild depend on blueprint_tests The Soong tests are being disabled by default, add them as a manual dependency of checkbuild to esnure they still run in CI. Bug: 269296618 Test: aninja -t path checkbuild out/host/linux-x86/bin/go/soong-java/test/test.passed Change-Id: Ice9b5ecdef8455cd0b173edbac141861cffc28c1 --- core/main.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/main.mk b/core/main.mk index 7c25862530..c345c9630d 100644 --- a/core/main.mk +++ b/core/main.mk @@ -563,6 +563,7 @@ $(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_i # sources or dependencies for these tools may be missing from the tree. ifeq (,$(TARGET_BUILD_UNBUNDLED_IMAGE)) droid_targets : blueprint_tools +checkbuild: blueprint_tests endif endif # dont_bother