aboutsummaryrefslogtreecommitdiffstats
path: root/genrule
Commit message (Expand)AuthorAgeFilesLines
* Soong package structure refactoringJaewoong Jung2020-06-021-0/+18
* Automate dependency on inputs of genrule module type.Bill Peckham2020-02-192-2/+108
* Add ramdisk image.Yifan Hong2020-01-221-0/+1
* Add FinalDeps mutator phase, where CreateVariations is disallowed.Martin Stjernholm2020-01-212-7/+15
* Move filesystem into ConfigColin Cross2019-12-181-13/+13
* Merge changes I0dcc9c7b,I9bc40642Colin Cross2019-11-251-0/+12
|\
| * Move cc.imageMutator into the android packageColin Cross2019-11-201-0/+12
* | Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-5/+5
|/
* Add method to determine variations from a TargetColin Cross2019-10-161-3/+1
* Shard gensrcs modules into multiple commandsColin Cross2019-09-292-164/+346
* Switch genrule-phony to ninja phony ruleDan Willemsen2019-09-201-1/+1
* Expose all deps on genrulesDan Willemsen2019-08-121-1/+19
* Fix android.Expand and ninja escapingColin Cross2019-07-111-10/+10
* Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ...Colin Cross2019-06-121-3/+0
|\
| * Add GenerateAndroidBuildActions to DefaultsModuleBaseColin Cross2019-06-101-3/+0
* | Let genrule be mutatable by the apex mutatorJiyong Park2019-06-121-0/+1
|/
* Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=trueColin Cross2019-04-072-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