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

Commit 361333e7 authored by Tongbo Liu's avatar Tongbo Liu
Browse files

Enable building executable module partail MTS

Ignore-AOSP-First: MCTS will be tested internally first
Bug: 316484945
Test: m mts-<module>
Change-Id: I676725407028b440d3e502ea4bf98f2ebbfdb0c3
parent 158b4df6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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