aboutsummaryrefslogtreecommitdiffstats
path: root/genrule
Commit message (Expand)AuthorAgeFilesLines
* Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=trueColin Cross2019-04-162-6/+68
* Add support for protoc pluginsColin Cross2019-04-022-3/+5
* Export genrules to Make as phony packagesColin Cross2019-03-201-0/+26
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-2/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-5/+3
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Remove empty DepsMutator methodsColin Cross2019-02-012-5/+0
* Add defaults support to genrule.Jaewoong Jung2019-01-042-0/+79
* Add support for exclude_srcs in genruleDan Willemsen2018-11-181-1/+4
* Allow cc_genrule srcs to vary by architectureColin Cross2018-10-232-3/+3
* genrule: add $(location) for inputs and outputsColin Cross2018-10-082-33/+187
* Add tests for genrule command expansionColin Cross2018-10-052-2/+378
* Collect modules' info to create IDE project file.Brandon Lee2018-09-181-0/+11
* Fix `go vet` issuesDan Willemsen2018-07-221-1/+1
* Fix error reporting when parsing genrule cmdColin Cross2018-07-091-11/+16
* Remove references to SourceDepTag in module typesColin Cross2018-06-061-4/+0
* Fix few issues with filegroupsPirama Arumuga Nainar2018-04-181-95/+0
* Fix the flaky build breakage for droiddoc target.Nan Zhang2018-03-282-2/+2
* Only depend on a single file for generated headersDan Willemsen2018-02-221-0/+7
* Use __SBOX_OUT_DIR__ in sbox output file listColin Cross2018-02-211-17/+31
* Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang2018-02-151-0/+1
* Revert "Support filegroup in exclude_srcs"Tobias Thierer2018-02-091-1/+0
* Support filegroup in exclude_srcsNan Zhang2018-02-071-0/+1
* Escape genrule commandsJeff Gaston2017-12-111-1/+4
* Allow java binary wrapper files to reference filegroupsColin Cross2017-12-111-6/+5
* Allow globs in tool_filesColin Cross2017-12-081-8/+9
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-2/+2
* Fix genrules depending on Go toolsColin Cross2017-11-171-1/+9
* Change remaining properties to *string, *bool in Soong.Nan Zhang2017-11-091-2/+2
* Change bool, and string properties to *bool, and *string for java,Nan Zhang2017-11-082-15/+17
* Consolidate gensrcs implementation into one task eachJeff Gaston2017-11-081-25/+57
* Have genrule use $genDir as sbox's --output-rootJeff Gaston2017-11-081-17/+5
* Make $(depfile) work with sboxJeff Gaston2017-10-301-13/+36
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-1/+1
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-2/+2
* Support multiple outputs in genrules with depfile: trueColin Cross2017-10-201-7/+15
* Use indent to preformat genrule property documentationColin Cross2017-10-181-7/+7
* Add test for java generated sourcesColin Cross2017-10-091-4/+4
* Merge "Allow exporting filegroups to make"Treehugger Robot2017-09-191-0/+28
|\
| * Allow exporting filegroups to makeColin Cross2017-09-181-0/+28
* | Add cc_genruleDan Willemsen2017-09-181-16/+30
|/
* Support using blueprint_go_binary as tools in genrulesDan Willemsen2017-09-141-9/+20
* Use dependency tags for genrulesDan Willemsen2017-09-141-10/+30
* Refactor factoriesColin Cross2017-06-302-10/+12
* Make absolute OUT_DIR work with sboxJeff Gaston2017-06-121-11/+8
* Have Soong try to enforce that genrules declare all their outputs.Jeff Gaston2017-06-091-8/+38
* Prettify soong ninja build descriptionsColin Cross2017-05-101-4/+10
* Fix genrule documentationDan Willemsen2017-05-091-1/+1
* Exit early on genrule command parsing failureColin Cross2017-04-191-0/+1
* Use a minimal set of mutators, module types, and singletons for testsColin Cross2017-03-161-2/+2