Add a common wrapper file for vts/csuite_config module
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
This commit is contained in:
parent
00caec196a
commit
e24d17af95
1 changed files with 1 additions and 3 deletions
|
@ -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 $@
|
||||
|
Loading…
Reference in a new issue