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:
@@ -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) {
|
||||
|
@@ -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",
|
||||
}
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user