| Commit message (Expand) | Author | Age | Files | Lines |
| * | Automate dependency on inputs of genrule module type. | Bill Peckham | 2020-02-19 | 2 | -2/+108 |
| * | Add ramdisk image. | Yifan Hong | 2020-01-22 | 1 | -0/+1 |
| * | Add FinalDeps mutator phase, where CreateVariations is disallowed. | Martin Stjernholm | 2020-01-21 | 2 | -7/+15 |
| * | Move filesystem into Config | Colin Cross | 2019-12-18 | 1 | -13/+13 |
| * | Merge changes I0dcc9c7b,I9bc40642 | Colin Cross | 2019-11-25 | 1 | -0/+12 |
| |\ |
|
| | * | Move cc.imageMutator into the android package | Colin Cross | 2019-11-20 | 1 | -0/+12 |
| * | | Make TestContext.RegisterModuleType take an android.ModuleFactory | Colin Cross | 2019-11-25 | 1 | -5/+5 |
| |/ |
|
| * | Add method to determine variations from a Target | Colin Cross | 2019-10-16 | 1 | -3/+1 |
| * | Shard gensrcs modules into multiple commands | Colin Cross | 2019-09-29 | 2 | -164/+346 |
| * | Switch genrule-phony to ninja phony rule | Dan Willemsen | 2019-09-20 | 1 | -1/+1 |
| * | Expose all deps on genrules | Dan Willemsen | 2019-08-12 | 1 | -1/+19 |
| * | Fix android.Expand and ninja escaping | Colin Cross | 2019-07-11 | 1 | -10/+10 |
| * | Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ... | Colin Cross | 2019-06-12 | 1 | -3/+0 |
| |\ |
|
| | * | Add GenerateAndroidBuildActions to DefaultsModuleBase | Colin Cross | 2019-06-10 | 1 | -3/+0 |
| * | | Let genrule be mutatable by the apex mutator | Jiyong Park | 2019-06-12 | 1 | -0/+1 |
| |/ |
|
| * | Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=true | Colin Cross | 2019-04-07 | 2 | -6/+68 |
| * | Add support for protoc plugins | Colin Cross | 2019-04-02 | 2 | -3/+5 |
| * | Export genrules to Make as phony packages | Colin Cross | 2019-03-20 | 1 | -0/+26 |
| * | Replace ctx.ExpandSources with android.PathsForModuleSrc | Colin Cross | 2019-03-20 | 1 | -2/+2 |
| * | Annotate paths and deprecate ExtractSource(s)Deps | Colin Cross | 2019-03-07 | 1 | -5/+3 |
| * | Replace *Escape with *EscapeList | Colin Cross | 2019-03-04 | 1 | -1/+1 |
| * | Remove empty DepsMutator methods | Colin Cross | 2019-02-01 | 2 | -5/+0 |
| * | Add defaults support to genrule. | Jaewoong Jung | 2019-01-04 | 2 | -0/+79 |
| * | Add support for exclude_srcs in genrule | Dan Willemsen | 2018-11-18 | 1 | -1/+4 |
| * | Allow cc_genrule srcs to vary by architecture | Colin Cross | 2018-10-23 | 2 | -3/+3 |
| * | genrule: add $(location) for inputs and outputs | Colin Cross | 2018-10-08 | 2 | -33/+187 |
| * | Add tests for genrule command expansion | Colin Cross | 2018-10-05 | 2 | -2/+378 |
| * | Collect modules' info to create IDE project file. | Brandon Lee | 2018-09-18 | 1 | -0/+11 |
| * | Fix `go vet` issues | Dan Willemsen | 2018-07-22 | 1 | -1/+1 |
| * | Fix error reporting when parsing genrule cmd | Colin Cross | 2018-07-09 | 1 | -11/+16 |
| * | Remove references to SourceDepTag in module types | Colin Cross | 2018-06-06 | 1 | -4/+0 |
| * | Fix few issues with filegroups | Pirama Arumuga Nainar | 2018-04-18 | 1 | -95/+0 |
| * | Fix the flaky build breakage for droiddoc target. | Nan Zhang | 2018-03-28 | 2 | -2/+2 |
| * | Only depend on a single file for generated headers | Dan Willemsen | 2018-02-22 | 1 | -0/+7 |
| * | Use __SBOX_OUT_DIR__ in sbox output file list | Colin Cross | 2018-02-21 | 1 | -17/+31 |
| * | Revert "Revert "Support filegroup in exclude_srcs"" | Nan Zhang | 2018-02-15 | 1 | -0/+1 |
| * | Revert "Support filegroup in exclude_srcs" | Tobias Thierer | 2018-02-09 | 1 | -1/+0 |
| * | Support filegroup in exclude_srcs | Nan Zhang | 2018-02-07 | 1 | -0/+1 |
| * | Escape genrule commands | Jeff Gaston | 2017-12-11 | 1 | -1/+4 |
| * | Allow java binary wrapper files to reference filegroups | Colin Cross | 2017-12-11 | 1 | -6/+5 |
| * | Allow globs in tool_files | Colin Cross | 2017-12-08 | 1 | -8/+9 |
| * | Replace ModuleContext.AConfig() with Config() | Colin Cross | 2017-11-30 | 1 | -2/+2 |
| * | Fix genrules depending on Go tools | Colin Cross | 2017-11-17 | 1 | -1/+9 |
| * | Change remaining properties to *string, *bool in Soong. | Nan Zhang | 2017-11-09 | 1 | -2/+2 |
| * | Change bool, and string properties to *bool, and *string for java, | Nan Zhang | 2017-11-08 | 2 | -15/+17 |
| * | Consolidate gensrcs implementation into one task each | Jeff Gaston | 2017-11-08 | 1 | -25/+57 |
| * | Have genrule use $genDir as sbox's --output-root | Jeff Gaston | 2017-11-08 | 1 | -17/+5 |
| * | Make $(depfile) work with sbox | Jeff Gaston | 2017-10-30 | 1 | -13/+36 |
| * | Convert Visit*Deps from blueprint.Module to android.Module | Colin Cross | 2017-10-24 | 1 | -1/+1 |
| * | Move ModuleContext.ModuleBuild to ModuleContext.Build | Colin Cross | 2017-10-24 | 1 | -2/+2 |