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