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

Commit f650dbab authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Gerrit Code Review
Browse files

Merge "Merge "Merge "Exclude mcts tests from cts based on the env config."...

Merge "Merge "Merge "Exclude mcts tests from cts based on the env config." into android13-tests-dev am: b4a76167" into android14-tests-dev am: bee21543" into main
parents a6fe9e7e c04c460c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -728,6 +728,14 @@ endif

ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))

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

# If we are building a native test or benchmark and its stem variants are not defined,
# separate the multiple architectures into subdirectories of the testcase folder.
arch_dir :=