Merge "Rename VTS to VTS10" am: 7182c45fe7 am: 4058983c0c

Change-Id: Iadad4ba96bf9a7f3b1d12c9d4eeb90fb1ed0841d
This commit is contained in:
Dan Shi
2020-03-31 18:01:14 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ func (me *VtsConfig) AndroidMk() AndroidMkData {
fmt.Fprintf(w, "LOCAL_TEST_CONFIG := %s\n",
*me.properties.Test_config)
}
fmt.Fprintf(w, "LOCAL_COMPATIBILITY_SUITE := vts %s\n",
fmt.Fprintf(w, "LOCAL_COMPATIBILITY_SUITE := vts10 %s\n",
strings.Join(me.properties.Test_suites, " "))
},
}
@@ -64,7 +64,7 @@ func InitVtsConfigModule(me *VtsConfig) {
me.AddProperties(&me.properties)
}
// vts_config generates a Vendor Test Suite (VTS) configuration file from the
// vts_config generates a Vendor Test Suite (VTS10) configuration file from the
// <test_config> xml file and stores it in a subdirectory of $(HOST_OUT).
func VtsConfigFactory() Module {
module := &VtsConfig{}

View File

@@ -99,6 +99,7 @@ func installClean(ctx Context, config Config, what int) {
hostOut("sdk_addon"),
hostOut("testcases"),
hostOut("vts"),
hostOut("vts10"),
hostOut("vts-core"),
productOut("*.img"),
productOut("*.zip"),