Add `$ANDROID_HOST_OUT/apex` to the file set removed by target `installclean`.

Before this change, host APEX (`.zipapex`) packages would still be
there after `m installclean`.

Test: Run `m installclean` and check that host APEX packages are removed.
Change-Id: I446286ce700f12666be5aa90fbe3bbc648abd280
This commit is contained in:
Roland Levillain 2019-09-11 14:50:08 +01:00
parent 84bd071cac
commit e5f9ee56b5
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ func installClean(ctx Context, config Config, what int) {
// 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"),