commit | 9c27df7d4dfb1bcf26faadc7c665ea2b0ca11cd6 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Sep 18 10:47:06 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 18 10:47:06 2019 +0000 |
tree | 9b5355d8c3cec9aaeaf2ee44a2a064c8c8780469 | |
parent | f7e6870f81ee252102542ce9bb89181f84b2a768 [diff] | |
parent | e5f9ee56b53a7e68025644599a3c7d7fc164a09e [diff] |
Merge "Add `$ANDROID_HOST_OUT/apex` to the file set removed by target `installclean`."
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index bfe2c36..0a2b510 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go
@@ -87,6 +87,7 @@ // otherwise we'd have to rebuild any generated files created with // those tools. removeGlobs(ctx, + hostOut("apex"), hostOut("obj/NOTICE_FILES"), hostOut("obj/PACKAGING"), hostOut("coverage"),