Merge "Generalize vts config module for other Suites"

This commit is contained in:
Treehugger Robot 2019-10-18 22:24:52 +00:00 committed by Gerrit Code Review
commit ef582f1432

View file

@ -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 $@