commit | 308e247a2745828e7bbe3aa40a07c21378931f3e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 26 23:35:35 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 26 23:35:35 2019 +0000 |
tree | 3438e0612984632d56a2e635f243f759c8a2f178 | |
parent | a436b1ae8662c426815508407ebf4b3f2ac1e839 [diff] | |
parent | 0aabb11dd4db568422c0004c43c6c450008e96b7 [diff] |
Merge "Add $ANDROID_PRODUCT_OUT/apex to installclean."
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 8e7f96a..bfe2c36 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go
@@ -99,6 +99,7 @@ productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), + productOut("apex"), productOut("kernel"), productOut("data"), productOut("skin"),