Clean symbols directory during installclean
Installclean is used in some build server builds when switching between different TARGET_BUILD_APPS, remove the symbols directory so it doesn't accumulate old symbols files. Bug: 186507256 Test: m && m installclean && m Change-Id: I316703cd0985ee555959a6dcdb39d5a702ab0332
This commit is contained in:
parent
5423a9c513
commit
f7bcd42a4a
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ func installClean(ctx Context, config Config) {
|
|||
productOut("odm"),
|
||||
productOut("odm_dlkm"),
|
||||
productOut("sysloader"),
|
||||
productOut("testcases"))
|
||||
productOut("testcases"),
|
||||
productOut("symbols"))
|
||||
}
|
||||
|
||||
// Since products and build variants (unfortunately) shared the same
|
||||
|
|
Loading…
Reference in a new issue