Loading ui/build/cleanbuild.go +5 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ func installClean(ctx Context, config Config, what int) { return filepath.Join(hostOutPath, path) } hostCommonOut := func(path string) string { return filepath.Join(config.hostOutRoot(), "common", path) } productOutPath := config.ProductOut() productOut := func(path string) string { return filepath.Join(productOutPath, path) Loading @@ -101,6 +105,7 @@ func installClean(ctx Context, config Config, what int) { hostOut("vts"), hostOut("vts10"), hostOut("vts-core"), hostCommonOut("obj/PACKAGING"), productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), Loading Loading
ui/build/cleanbuild.go +5 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,10 @@ func installClean(ctx Context, config Config, what int) { return filepath.Join(hostOutPath, path) } hostCommonOut := func(path string) string { return filepath.Join(config.hostOutRoot(), "common", path) } productOutPath := config.ProductOut() productOut := func(path string) string { return filepath.Join(productOutPath, path) Loading @@ -101,6 +105,7 @@ func installClean(ctx Context, config Config, what int) { hostOut("vts"), hostOut("vts10"), hostOut("vts-core"), hostCommonOut("obj/PACKAGING"), productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), Loading