diff --git a/core/base_rules.mk b/core/base_rules.mk index 44e1c7a058..88621c238a 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -806,7 +806,7 @@ else ifneq (,$(test_config)) $(foreach suite, $(LOCAL_COMPATIBILITY_SUITE), \ $(eval my_compat_dist_config_$(suite) += $(foreach dir, $(call compatibility_suite_dirs,$(suite)), \ - $(test_config):$(dir)/$(LOCAL_MODULE).config))) + $(test_config):$(dir)/$(LOCAL_MODULE).config$(LOCAL_TEST_CONFIG_SUFFIX)))) endif ifneq (,$(LOCAL_EXTRA_FULL_TEST_CONFIGS)) diff --git a/core/clear_vars.mk b/core/clear_vars.mk index 8d99176ca4..5922290efc 100644 --- a/core/clear_vars.mk +++ b/core/clear_vars.mk @@ -291,6 +291,7 @@ LOCAL_STRIP_MODULE:= LOCAL_SYSTEM_SHARED_LIBRARIES:=none LOCAL_TARGET_REQUIRED_MODULES:= LOCAL_TEST_CONFIG:= +LOCAL_TEST_CONFIG_SUFFIX:= LOCAL_TEST_DATA:= LOCAL_TEST_DATA_BINS:= LOCAL_TEST_MAINLINE_MODULES:= diff --git a/core/python_binary_host_mobly_test_config_template.xml b/core/python_binary_host_mobly_test_config_template.xml index a6576cde61..a986df2db1 100644 --- a/core/python_binary_host_mobly_test_config_template.xml +++ b/core/python_binary_host_mobly_test_config_template.xml @@ -13,13 +13,9 @@ {EXTRA_CONFIGS} - - + + - - - +