aboutsummaryrefslogtreecommitdiffstats
path: root/genrule/genrule.go
Commit message (Expand)AuthorAgeFilesLines
* Fix the flaky build breakage for droiddoc target.Nan Zhang2018-03-281-1/+1
* 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
* 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-081-11/+13
* 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
* 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-301-5/+8
* 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
* Allow non-tool dependencies in genrulesColin Cross2017-02-041-2/+0
* Allow genrules to reference generated sourcesColin Cross2017-01-131-12/+10
* Support filegroupsColin Cross2016-12-171-0/+4
* genrule: let Android.bp file specify exported header dirsColin Cross2016-11-221-6/+16
* genrule: support deps filesColin Cross2016-11-221-4/+24
* Support genrules with multiple toolsColin Cross2016-11-071-54/+74
* Add subdir to GenPathDan Willemsen2016-11-021-1/+1
* Control mutator orderColin Cross2016-10-121-3/+1
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-3/+2
* Support multiple outputs for genruleDan Willemsen2016-09-281-7/+13
* Parse genrule's cmd propertyDan Willemsen2016-09-281-3/+26
* Make BottomUpMutators parallelColin Cross2016-08-111-1/+1
* Simplify arch target handlingColin Cross2016-06-021-2/+1
* Revert "Simplify arch target handling"Colin Cross2016-06-031-1/+2
* Simplify arch target handlingColin Cross2016-06-021-2/+1
* Rename common to androidColin Cross2016-05-181-29/+29
* Add genrule tool_file to better handle depsDan Willemsen2016-04-211-16/+36
* Fix generated sources and headersDan Willemsen2016-04-201-0/+9
* Use blueprint DependencyTagsColin Cross2016-04-121-1/+1
* Fix gofmtColin Cross2015-12-171-3/+3
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-23/+20
* Support cross-compiling Windows binaries on LinuxDan Willemsen2015-11-301-2/+4
* Remove EarlyMutators and DynamicDependenciesColin Cross2015-11-031-5/+8