Merge "Truncate vendor snapshot header glob list after filtering it"
This commit is contained in:
commit
ec7cab81f9
|
@ -481,6 +481,7 @@ func (l *libraryDecorator) collectHeadersForSnapshot(ctx android.ModuleContext)
|
|||
}
|
||||
j++
|
||||
}
|
||||
glob = glob[:j]
|
||||
}
|
||||
|
||||
// Collect generated headers
|
||||
|
|
Loading…
Reference in New Issue