Add $ANDROID_PRODUCT_OUT/apex to installclean.

When removing dependencies from APEXes, the lib files were still there
even after installclean.

Bug: 139016109
Test: run installclean, see apex directories go away :D
Change-Id: I4dad8e3aa0042cdd5bbb76bd6fdd01b025b98495
This commit is contained in:
Steven Moreland 2019-08-26 11:31:33 -07:00
parent 577d147eb9
commit 0aabb11dd4

View file

@ -99,6 +99,7 @@ func installClean(ctx Context, config Config, what int) {
productOut("*.img"),
productOut("*.zip"),
productOut("android-info.txt"),
productOut("apex"),
productOut("kernel"),
productOut("data"),
productOut("skin"),