Merge "Add $ANDROID_PRODUCT_OUT/apex to installclean."

This commit is contained in:
Treehugger Robot 2019-08-26 23:35:35 +00:00 committed by Gerrit Code Review
commit 308e247a27

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"),