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:
parent
577d147eb9
commit
0aabb11dd4
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue