Merge "Do not glob headers in out/"
This commit is contained in:
commit
a8fff19350
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ func GlobHeadersForSnapshot(ctx android.ModuleContext, paths android.Paths) andr
|
|||
for _, path := range paths {
|
||||
dir := path.String()
|
||||
// Skip if dir is for generated headers
|
||||
if strings.HasPrefix(dir, android.PathForOutput(ctx).String()) {
|
||||
if strings.HasPrefix(dir, ctx.Config().OutDir()) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue