aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2018-05-16 12:25:41 +0900
committerJaekyun Seok <jaekyun@google.com>2018-05-16 12:39:23 +0900
commit49457c418249f185babd414b46c996f3d6341af2 (patch)
treeb4a0f4e61d13562c789f0fd8675c02e5de1a83ac
parent79dff70b468b683fc23fb2e61107a9f69288fee4 (diff)
downloadbuild_soong-49457c418249f185babd414b46c996f3d6341af2.tar.gz
build_soong-49457c418249f185babd414b46c996f3d6341af2.tar.bz2
build_soong-49457c418249f185babd414b46c996f3d6341af2.zip
Delete product in installClean
Bug: 79780604 Test: succeeded building and tested with taimen Change-Id: I11c4ecb839a28d852e0d5faf762afda33166ad48 Merged-In: I11c4ecb839a28d852e0d5faf762afda33166ad48 (cherry picked from commit f6307ccae16bb86fe1cdb417b0cbacbe3b3c6cda)
-rw-r--r--ui/build/cleanbuild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index f2de2cda..24a8c7a8 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -107,6 +107,7 @@ func installClean(ctx Context, config Config, what int) {
productOut("system"),
productOut("system_other"),
productOut("vendor"),
+ productOut("product"),
productOut("oem"),
productOut("obj/FAKE"),
productOut("breakpad"),