comment on how glob files are written
Bug: NA Test: NA Change-Id: I516c984b62d07ca7f188b2faef1466c5720b3b22
This commit is contained in:
parent
09e0dd2ec9
commit
f0e02237da
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ func generateGlobNinjaFile(glob *GlobSingleton, config interface{}) ([]byte, []e
|
|||
return nil, errs
|
||||
}
|
||||
|
||||
// PrepareBuildActions() will write $OUTDIR/soong/globs/$m/$i files
|
||||
// where $m=bp2build|build and $i=0..numGlobBuckets
|
||||
extraDeps, errs = ctx.PrepareBuildActions(config)
|
||||
if len(extraDeps) > 0 {
|
||||
return nil, []error{fmt.Errorf("shouldn't have extra deps")}
|
||||
|
|
Loading…
Reference in a new issue