Merge "Truncate vendor snapshot header glob list after filtering it"

This commit is contained in:
Inseob Kim 2021-01-21 06:32:49 +00:00 committed by Gerrit Code Review
commit ec7cab81f9
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ func (l *libraryDecorator) collectHeadersForSnapshot(ctx android.ModuleContext)
} }
j++ j++
} }
glob = glob[:j]
} }
// Collect generated headers // Collect generated headers