1. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 5 years ago
  2. 1a52768 Shard gensrcs modules into multiple commands by Colin Cross · 5 years ago
  3. afeea43 Switch genrule-phony to ninja phony rule by Dan Willemsen · 5 years ago
  4. ddf504c Expose all deps on genrules by Dan Willemsen · 5 years ago
  5. 2647ced Fix android.Expand and ninja escaping by Colin Cross · 5 years ago
  6. 72ea641 Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ... by Colin Cross · 6 years ago
  7. fc752ca Let genrule be mutatable by the apex mutator by Jiyong Park · 6 years ago
  8. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  9. ba71a3f Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 6 years ago
  10. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  11. a4ad2b0 Export genrules to Make as phony packages by Colin Cross · 6 years ago
  12. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  13. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  14. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  15. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  16. 98716bd Add defaults support to genrule. by Jaewoong Jung · 6 years ago
  17. eefa026 Add support for exclude_srcs in genrule by Dan Willemsen · 6 years ago
  18. ef35448 Allow cc_genrule srcs to vary by architecture by Colin Cross · 6 years ago
  19. 08f15ab genrule: add $(location) for inputs and outputs by Colin Cross · 6 years ago
  20. 2a07692 Add tests for genrule command expansion by Colin Cross · 6 years ago
  21. 5d45c6f Collect modules' info to create IDE project file. by Brandon Lee · 6 years ago
  22. 59339a2 Fix `go vet` issues by Dan Willemsen · 6 years ago
  23. 85a2e89 Fix error reporting when parsing genrule cmd by Colin Cross · 6 years ago
  24. 2d24c1b Remove references to SourceDepTag in module types by Colin Cross · 7 years ago
  25. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  26. e42777a Fix the flaky build breakage for droiddoc target. by Nan Zhang · 7 years ago
  27. 9da9d49 Only depend on a single file for generated headers by Dan Willemsen · 7 years ago
  28. baccf5b Use __SBOX_OUT_DIR__ in sbox output file list by Colin Cross · 7 years ago
  29. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  30. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  31. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  32. 3160306 Escape genrule commands by Jeff Gaston · 7 years ago
  33. c331599 Allow java binary wrapper files to reference filegroups by Colin Cross · 7 years ago
  34. ac87c99 Allow globs in tool_files by Colin Cross · 7 years ago
  35. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  36. 35143d0 Fix genrules depending on Go tools by Colin Cross · 7 years ago
  37. a5e7cb4 Change remaining properties to *string, *bool in Soong. by Nan Zhang · 7 years ago
  38. ea568a4 Change bool, and string properties to *bool, and *string for java, by Nan Zhang · 7 years ago
  39. 437d23c Consolidate gensrcs implementation into one task each by Jeff Gaston · 7 years ago
  40. 5acec2b Have genrule use $genDir as sbox's --output-root by Jeff Gaston · 7 years ago
  41. 02a684b Make $(depfile) work with sbox by Jeff Gaston · 7 years ago
  42. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  43. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 7 years ago
  44. 15e86d9 Support multiple outputs in genrules with depfile: true by Colin Cross · 7 years ago
  45. 2296f5b Use indent to preformat genrule property documentation by Colin Cross · 7 years ago
  46. 54190b3 Add test for java generated sources by Colin Cross · 7 years ago
  47. 944d6b4 Merge "Allow exporting filegroups to make" by Treehugger Robot · 7 years ago
  48. 3e5bdf2 Add cc_genrule by Dan Willemsen · 7 years ago
  49. d91d7ac Allow exporting filegroups to make by Colin Cross · 7 years ago
  50. 8eded0a Support using blueprint_go_binary as tools in genrules by Dan Willemsen · 7 years ago
  51. d6ba0d5 Use dependency tags for genrules by Dan Willemsen · 7 years ago
  52. 3624285 Refactor factories by Colin Cross · 8 years ago
  53. 193f2fb Make absolute OUT_DIR work with sbox by Jeff Gaston · 8 years ago
  54. efc1b41 Have Soong try to enforce that genrules declare all their outputs. by Jeff Gaston · 8 years ago
  55. 67a5c13 Prettify soong ninja build descriptions by Colin Cross · 8 years ago
  56. 014de6a Fix genrule documentation by Dan Willemsen · 8 years ago
  57. 54c5dd5 Exit early on genrule command parsing failure by Colin Cross · 8 years ago
  58. 795c377 Use a minimal set of mutators, module types, and singletons for tests by Colin Cross · 8 years ago
  59. 77de5a4 Merge "Support data properties for test binaries" by Colin Cross · 8 years ago
  60. d1b8d76 Allow non-tool dependencies in genrules by Colin Cross · 8 years ago
  61. faeb7aa Support data properties for test binaries by Colin Cross · 8 years ago
  62. 708c424 Allow genrules to reference generated sources by Colin Cross · 8 years ago
  63. 068e0fe Support filegroups by Colin Cross · 8 years ago
  64. 5ed99c6 genrule: let Android.bp file specify exported header dirs by Colin Cross · 8 years ago
  65. 33bfb0a genrule: support deps files by Colin Cross · 8 years ago
  66. 6f080df Support genrules with multiple tools by Colin Cross · 8 years ago
  67. 21ec490 Add subdir to GenPath by Dan Willemsen · 8 years ago
  68. 1e676be Control mutator order by Colin Cross · 8 years ago
  69. 798bfce Move registration into android package by Colin Cross · 8 years ago
  70. 9c8681f Support multiple outputs for genrule by Dan Willemsen · 8 years ago
  71. 3f4539b Parse genrule's cmd property by Dan Willemsen · 8 years ago
  72. e8a67a7 Make BottomUpMutators parallel by Colin Cross · 8 years ago
  73. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  74. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  75. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  76. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  77. f7f3d69 Add genrule tool_file to better handle deps by Dan Willemsen · 9 years ago
  78. b40aab6 Fix generated sources and headers by Dan Willemsen · 9 years ago
  79. c99deeb Use blueprint DependencyTags by Colin Cross · 9 years ago
  80. 1604ecf Fix gofmt by Colin Cross · 9 years ago
  81. 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 9 years ago
  82. 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 9 years ago
  83. 6362e27 Remove EarlyMutators and DynamicDependencies by Colin Cross · 9 years ago
  84. 463a90e use init functions to register module types, etc. by Colin Cross · 10 years ago
  85. 2ef08f4 Add exclude_* and remove arch_subtract / "-file" by Dan Willemsen · 10 years ago
  86. 7d5136f Improve property comments for docs by Colin Cross · 10 years ago
  87. 8f101b4 Allow common.Glob to be called by singletons by Colin Cross · 10 years ago
  88. f9964d5 Use far dependency for genrule tool by Colin Cross · 10 years ago
  89. d350ecd Add support for genrule by Colin Cross · 10 years ago
  90. fce5327 Support subtracting sources from globs by Colin Cross · 10 years ago
  91. 1332b00 Move config into common and provide helper by Colin Cross · 10 years ago
  92. 97ba073 Export cc types for art to inherit from by Colin Cross · 10 years ago
  93. 70b4059 Update import paths for changes to blueprint by Colin Cross · 10 years ago
  94. 5049f02 Add gensrcs module type by Colin Cross · 10 years ago