Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12bb33e authored by Bill Yang's avatar Bill Yang
Browse files

Set soong_config for continuous_instrumentation_tests

Only add StorageManagerUnitTests to continuous_instrumentation_tests if
PRODUCT_PACKAGES has StorageManager.

Bug: 399246722
Test: m dist continuous_instrumentation_tests
Change-Id: I6ec01a19b51482d0d4a9bce80966c6d164326231
parent 1caeb5bb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -384,3 +384,8 @@ endif
ifneq ($(filter vendor/google/darwinn,$(PRODUCT_SOONG_NAMESPACES)),)
  $(call soong_config_set_bool,ci_tests,uses_darwinn_tests,true)
endif

# Flags used in building continuous_instrumentation_tests
ifneq ($(filter StorageManager, $(PRODUCT_PACKAGES)),)
  $(call soong_config_set_bool,ci_tests,uses_storage_manager_tests,true)
endif