Revert "Implement vts_config module"

This reverts commit ff36da04e8.

Reason for revert: remove vts10 harness and build configs
Bug: 169581727
Bug: 166662663
Test: build

Change-Id: I090b41c99c2279d24f08e4343289cbdcc7934f5d
This commit is contained in:
Dan Shi
2020-10-06 15:46:58 -07:00
parent 36e4ad1f4d
commit ee0b81a4fe
5 changed files with 1 additions and 141 deletions

View File

@@ -953,8 +953,7 @@ var prebuiltTypes = map[string]string{
var soongModuleTypes = map[string]bool{}
var includePathToModule = map[string]string{
"test/vts/tools/build/Android.host_config.mk": "vts_config",
// The rest will be populated dynamically in androidScope below
// The content will be populated dynamically in androidScope below
}
func mapIncludePath(path string) (string, bool) {

View File

@@ -1254,19 +1254,6 @@ prebuilt_firmware {
relative_install_path: "bar",
proprietary: true,
}
`,
},
{
desc: "vts_config",
in: `
include $(CLEAR_VARS)
LOCAL_MODULE := vtsconf
include test/vts/tools/build/Android.host_config.mk
`,
expected: `
vts_config {
name: "vtsconf",
}
`,
},
{