Merge "Force extra config file to be .config"

This commit is contained in:
Dan Shi 2020-09-17 03:23:30 +00:00 committed by Gerrit Code Review
commit 978a57a443

View file

@ -766,7 +766,7 @@ else
$(foreach test_config_file, $(LOCAL_EXTRA_FULL_TEST_CONFIGS), \
$(foreach suite, $(LOCAL_COMPATIBILITY_SUITE), \
$(eval my_compat_dist_config_$(suite) += $(foreach dir, $(call compatibility_suite_dirs,$(suite)), \
$(test_config_file):$(dir)/$(notdir $(test_config_file))))))
$(test_config_file):$(dir)/$(basename $(notdir $(test_config_file))).config))))
endif
ifneq (,$(wildcard $(LOCAL_PATH)/DynamicConfig.xml))