From 97d398f2deed6ffa58f3468abae38e51643daee1 Mon Sep 17 00:00:00 2001 From: karenluo Date: Thu, 10 Oct 2019 20:11:05 -0400 Subject: [PATCH] Generalize vts config module for other Suites Removed the vts specific content from the wrapper file android_vts_host_config.mk to make it more general to be used by other suites, including C-Suite. Test: make csuite Change-Id: I6e79d8f6532376f94a87501683c260c8f3793ca7 Merged-In: I6e79d8f6532376f94a87501683c260c8f3793ca7 --- core/{android_vts_host_config.mk => suite_host_config.mk} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename core/{android_vts_host_config.mk => suite_host_config.mk} (89%) diff --git a/core/android_vts_host_config.mk b/core/suite_host_config.mk similarity index 89% rename from core/android_vts_host_config.mk rename to core/suite_host_config.mk index 38ba19de09..d575c5b6e0 100644 --- a/core/android_vts_host_config.mk +++ b/core/suite_host_config.mk @@ -16,11 +16,9 @@ LOCAL_MODULE_CLASS := FAKE LOCAL_IS_HOST_MODULE := true -LOCAL_COMPATIBILITY_SUITE := vts include $(BUILD_SYSTEM)/base_rules.mk $(LOCAL_BUILT_MODULE): - @echo "VTS host-driven test target: $(PRIVATE_MODULE)" + @echo "$(LOCAL_COMPATIBILITY_SUITE) host-driven test target: $(PRIVATE_MODULE)" $(hide) touch $@ -