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

Commit 2512dbe9 authored by Tongbo Liu's avatar Tongbo Liu Committed by Automerger Merge Worker
Browse files

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

Merge "Exclude mcts tests from cts based on the env config." into android13-tests-dev am: b4a76167 am: 0bb917c0 am: 4ad483fd

Original change: https://android-review.googlesource.com/c/platform/build/+/3164466



Change-Id: I70708251049f31e9846d934fe4b560cead1f00c9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f21f19b4 4ad483fd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -710,6 +710,14 @@ endif
ifdef LOCAL_COMPATIBILITY_SUITE
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 :=