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

Commit 1caeb5bb authored by Bill Yang's avatar Bill Yang
Browse files

Set soong_config for continuous_native_tests

Bug: 399246722
Test: m dist continuous_native_tests
Change-Id: If437a03014cfa7f1cc60e8d92fff24b4bb02acbf
parent 45782010
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -376,3 +376,11 @@ endif
ifneq ($(wildcard bootable/deprecated-ota/applypatch),)
  $(call soong_config_set_bool,otatools,use_bootable_deprecated_ota_applypatch,true)
endif

# Flags used in building continuous_native_tests
ifeq ($(BOARD_IS_AUTOMOTIVE), true)
  $(call soong_config_set_bool,ANDROID,board_is_automotive,true)
endif
ifneq ($(filter vendor/google/darwinn,$(PRODUCT_SOONG_NAMESPACES)),)
  $(call soong_config_set_bool,ci_tests,uses_darwinn_tests,true)
endif