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

Commit 64376afb authored by Bill Yang's avatar Bill Yang Committed by Android (Google) Code Review
Browse files

Merge "Set soong_config for continuous_instrumentation_tests" into main

parents 428ce0f7 d12bb33e
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -384,3 +384,8 @@ endif
ifneq ($(filter vendor/google/darwinn,$(PRODUCT_SOONG_NAMESPACES)),)
ifneq ($(filter vendor/google/darwinn,$(PRODUCT_SOONG_NAMESPACES)),)
  $(call soong_config_set_bool,ci_tests,uses_darwinn_tests,true)
  $(call soong_config_set_bool,ci_tests,uses_darwinn_tests,true)
endif
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