Merge "Removes $(PRODUCT_OUT)/misc_info.txt on installclean."

This commit is contained in:
Daniel Norman 2020-05-08 16:22:59 +00:00 committed by Gerrit Code Review
commit ad521eeb14

View file

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