aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/glob.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify bootstrapping:Lukacs T. Berki2021-09-011-2/+2
* Do not do glob-related things in RunBlueprint().Lukacs T. Berki2021-08-191-70/+59
* Remove global variables in command.go .Lukacs T. Berki2021-08-161-5/+10
* Delete support for standalone Blueprint.Lukacs T. Berki2021-08-161-1/+1
* Separate the concept of subninjas and glob files.Lukacs T. Berki2021-08-161-22/+17
* Expose build-globs.ninja write function to android/soong.Jingwen Chen2021-08-121-6/+20
* Speed up globs with shardingColin Cross2021-04-151-12/+109
* Merge "Version bpglob command line arguments"Colin Cross2021-04-151-1/+2
|\
| * Version bpglob command line argumentsColin Cross2021-04-141-1/+2
* | Make Blueprint better callable from Go:Lukacs T. Berki2021-04-141-1/+1
|/
* Make Glob return a GlobResultColin Cross2021-04-081-3/+1
* Make it possible to call Blueprint from Go.Lukacs T. Berki2021-03-171-1/+1
* Remove global variables from Blueprint.Lukacs T. Berki2021-03-171-3/+3
* Remove unnecessary depFile parameter from GlobFileColin Cross2020-11-101-8/+4
* Stop writing depfiles from Glob singletonDan Willemsen2020-06-241-5/+7
* Fix missing glob filelists when sandboxedColin Cross2020-01-161-2/+8
* Run globs during earlier bootstrap phasesDan Willemsen2018-07-061-8/+47
* Use microfactory to build the bootstrap minibpDan Willemsen2017-07-241-6/+0
* Import globbing from SoongColin Cross2016-11-031-0/+144