From f7bcd42a4a842978b8a926eae270235d93360099 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 27 Apr 2021 19:45:25 -0700 Subject: [PATCH] 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 --- ui/build/cleanbuild.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 6ba497c3f..19b569069 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -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