Add gecko in ExcludeDirs for soong.

This commit is contained in:
fanyouwei 2022-08-30 18:47:32 +08:00 committed by hcl
parent d4a42b37ca
commit 4134f8167a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) {
cacheParams := finder.CacheParams{
WorkingDirectory: dir,
RootDirs: []string{"."},
ExcludeDirs: []string{".git", ".repo"},
ExcludeDirs: []string{"gecko", ".git", ".repo"},
PruneFiles: pruneFiles,
IncludeFiles: []string{
// Kati build definitions.