aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/command.go
AgeCommit message (Expand)Author
8 daysDrop blueprint_package_includesSpandan Das
8 daysHandle absolute paths for the ninja shard writing.Joe Onorato
2024-05-24Need to catch the errors when closing and flushing.Yu Liu
2024-05-20Write ninja file in parallel.Yu Liu
2024-02-03Add new soong module debug info json.Joe Onorato
2024-01-30Enforce that providers are not changedCole Faust
2023-11-01Use strings instead of simpleNinjaStrings where possibleColin Cross
2023-06-21Merge "Helper function to register go module types in tests"Treehugger Robot
2023-06-20Make RunBlueprint() return an error, if need be.Lukacs T. Berki
2023-06-14Helper function to register go module types in testsSpandan Das
2023-05-19context: Allow running some singletons in parallel.LaMont Jones
2023-02-23cosmetic: readabilityUsta Shrestha
2023-02-08Close ninja file descriptorChris Parsons
2022-12-14bootstrap.Args should contain only relevant command line argumentsSasha Smundak
2022-12-05Merge "Conditional inclusion of blueprint modules"Spandan Das
2022-12-02Conditional inclusion of blueprint modulesSpandan Das
2022-12-01Add bazel-force-enabled-modules.MarkDacek
2022-10-18Add staging mode to soong build.MarkDacek
2022-09-20cosmetic: fail fast on empty module listusta
2022-09-20cleanup: remove deprecated module `ioutil`usta
2022-08-19Add bazelmode and bazelmodedev as command argsChris Parsons
2022-05-10Support pre-build-action hook in blueprintChris Parsons
2022-03-25Add event handling to blueprint for metricsChris Parsons
2021-09-08Remove PrimaryBuilderExtraFlags and cull Args.android-s-beta-5android-s-beta-5Lukacs T. Berki
2021-09-07Pass StopBefore as an argument to RunBlueprint.Lukacs T. Berki
2021-09-06Remove ConfigRemoveAbandonedFilesUnder.Lukacs T. Berki
2021-09-02Remove the bootstrap.Config class.Lukacs T. Berki
2021-09-01Simplify bootstrapping:Lukacs T. Berki
2021-08-31Remove some unnecessary arguments from Blueprint.Lukacs T. Berki
2021-08-27Remove Depfiles from bootstrap.Args .Lukacs T. Berki
2021-08-26Rename BuildDir and NinjaBuildDir.Lukacs T. Berki
2021-08-19Do not do glob-related things in RunBlueprint().Lukacs T. Berki
2021-08-16Remove global variables in command.go .Lukacs T. Berki
2021-08-16Remove the ability to emit Blueprint docs.Lukacs T. Berki
2021-08-16Separate the concept of subninjas and glob files.Lukacs T. Berki
2021-08-12Expose build-globs.ninja write function to android/soong.Jingwen Chen
2021-06-15Delete creation of empty glob fileSpandan Das
2021-04-20Merge "Speed up globs with sharding"Colin Cross
2021-04-19Merge "Remove the extraNinjaFileDeps arg of RunBlueprint."Lukács T. Berki
2021-04-15Speed up globs with shardingColin Cross
2021-04-15Use the correct build dir.Lukacs T. Berki
2021-04-15Remove the extraNinjaFileDeps arg of RunBlueprint.Lukacs T. Berki
2021-04-14Make Blueprint better callable from Go:Lukacs T. Berki
2021-04-14Make it possible to call the primary builder more than once.Lukacs T. Berki
2021-04-12Move primary builder command line computation.Lukacs T. Berki
2021-03-24Add an accessor function for the output Ninja file.Lukacs T. Berki
2021-03-17Remove the GeneratingPrimaryBuilder() method.Lukacs T. Berki
2021-03-17Make it possible to call Blueprint from Go.Lukacs T. Berki
2021-03-17Remove global variables from Blueprint.Lukacs T. Berki
2021-01-21Increase ninja file writer bufferColin Cross