Loading android/vts_config.go +2 −2 Original line number Diff line number Diff line Loading @@ -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, " ")) }, } Loading @@ -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{} Loading ui/build/cleanbuild.go +1 −0 Original line number Diff line number Diff line Loading @@ -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"), Loading Loading
android/vts_config.go +2 −2 Original line number Diff line number Diff line Loading @@ -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, " ")) }, } Loading @@ -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{} Loading
ui/build/cleanbuild.go +1 −0 Original line number Diff line number Diff line Loading @@ -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"), Loading