Enable building executable module partail MTS

Ignore-AOSP-First: MCTS will be tested internally first
Bug: 316484945
Test: m mts-<module>
Change-Id: I676725407028b440d3e502ea4bf98f2ebbfdb0c3
diff --git a/core/tasks/tools/compatibility.mk b/core/tasks/tools/compatibility.mk
index bf9832b..86c23f8 100644
--- a/core/tasks/tools/compatibility.mk
+++ b/core/tasks/tools/compatibility.mk
@@ -28,6 +28,7 @@
 
 special_mts_test_suites :=
 special_mts_test_suites += mcts
+special_mts_test_suites += $(mts_modules)
 ifneq ($(filter $(special_mts_test_suites),$(subst -, ,$(test_suite_name))),)
 	test_suite_subdir := android-mts
 else