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

Commit b2356a6f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add whitelist for mcts modules" into main

parents 8865fcdd 9005bb61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -717,12 +717,14 @@ else
endif

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

ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))