aboutsummaryrefslogtreecommitdiff
path: root/genrule
AgeCommit message (Expand)Author
2020-06-02Soong package structure refactoringJaewoong Jung
2020-02-19Automate dependency on inputs of genrule module type.Bill Peckham
2020-01-22Add ramdisk image.Yifan Hong
2020-01-21Add FinalDeps mutator phase, where CreateVariations is disallowed.Martin Stjernholm
2019-12-18Move filesystem into ConfigColin Cross
2019-11-25Merge changes I0dcc9c7b,I9bc40642Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2019-11-20Move cc.imageMutator into the android packageColin Cross
2019-10-16Add method to determine variations from a TargetColin Cross
2019-09-29Shard gensrcs modules into multiple commandsColin Cross
2019-09-20Switch genrule-phony to ninja phony ruleDan Willemsen
2019-08-12Expose all deps on genrulesDan Willemsen
2019-07-11Fix android.Expand and ninja escapingColin Cross
2019-06-12Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ...Colin Cross
2019-06-12Let genrule be mutatable by the apex mutatorJiyong Park
2019-06-10Add GenerateAndroidBuildActions to DefaultsModuleBaseColin Cross
2019-04-07Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=trueColin Cross
2019-04-02Add support for protoc pluginsColin Cross
2019-03-20Export genrules to Make as phony packagesColin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)DepsColin Cross
2019-03-04Replace *Escape with *EscapeListColin Cross
2019-02-01Remove empty DepsMutator methodsColin Cross
2019-01-04Add defaults support to genrule.Jaewoong Jung
2018-11-18Add support for exclude_srcs in genruleDan Willemsen
2018-10-23Allow cc_genrule srcs to vary by architectureColin Cross
2018-10-08genrule: add $(location) for inputs and outputsColin Cross
2018-10-05Add tests for genrule command expansionColin Cross
2018-09-18Collect modules' info to create IDE project file.Brandon Lee
2018-07-22Fix `go vet` issuesDan Willemsen
2018-07-09Fix error reporting when parsing genrule cmdColin Cross
2018-06-06Remove references to SourceDepTag in module typesColin Cross
2018-04-18Fix few issues with filegroupsPirama Arumuga Nainar
2018-03-28Fix the flaky build breakage for droiddoc target.Nan Zhang
2018-02-22Only depend on a single file for generated headersDan Willemsen
2018-02-21Use __SBOX_OUT_DIR__ in sbox output file listColin Cross
2018-02-15Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang
2018-02-09Revert "Support filegroup in exclude_srcs"Tobias Thierer
2018-02-07Support filegroup in exclude_srcsNan Zhang
2017-12-11Escape genrule commandsJeff Gaston
2017-12-11Allow java binary wrapper files to reference filegroupsColin Cross
2017-12-08Allow globs in tool_filesColin Cross
2017-11-30Replace ModuleContext.AConfig() with Config()Colin Cross
2017-11-17Fix genrules depending on Go toolsColin Cross
2017-11-09Change remaining properties to *string, *bool in Soong.Nan Zhang
2017-11-08Change bool, and string properties to *bool, and *string for java,Nan Zhang
2017-11-08Consolidate gensrcs implementation into one task eachJeff Gaston
2017-11-08Have genrule use $genDir as sbox's --output-rootJeff Gaston
2017-10-30Make $(depfile) work with sboxJeff Gaston
2017-10-24Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross