aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarenluo <karenluo@google.com>2019-10-18 15:46:47 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-18 15:46:47 -0700
commit41c41c0215ff3a8f4b82c979d3dbc69ec400fbe9 (patch)
treedcd21868380822847e85e497525984c33a2f6305
parent3390c7de440f17c7802365ae60f051452dbcd187 (diff)
parentef582f1432bf321ef001d690f5de7cd4e66f316c (diff)
downloadbuild-41c41c0215ff3a8f4b82c979d3dbc69ec400fbe9.tar.gz
Merge "Generalize vts config module for other Suites"
am: ef582f1432 Change-Id: I55f9cbebdfdb35810d7e6b7e997443ea18704c6c
-rw-r--r--core/suite_host_config.mk (renamed from core/android_vts_host_config.mk)4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/android_vts_host_config.mk b/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 $@
-