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

Commit efb72f14 authored by Yihan Dong's avatar Yihan Dong
Browse files

Exclude mcts tests from cts based on the env config

Test: make cts EXCLUDE_MCTS=true
Bug: 339554071
Change-Id: Ia81eab597993064f5edc722be6af70bcb143dcab
parent 0a5b8526
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -716,6 +716,14 @@ else
  test_config := $(wildcard $(LOCAL_PATH)/AndroidTest.xml)
endif

ifeq ($(EXCLUDE_MCTS),true)
  ifneq (,$(test_config))
    ifneq (,$(filter mcts-%,$(LOCAL_COMPATIBILITY_SUITE)))
      LOCAL_COMPATIBILITY_SUITE := $(filter-out cts,$(LOCAL_COMPATIBILITY_SUITE))
    endif
  endif
endif

ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))

# If we are building a native test or benchmark and its stem variants are not defined,