1. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  2. 35143d0 Fix genrules depending on Go tools by Colin Cross · 7 years ago
  3. a5e7cb4 Change remaining properties to *string, *bool in Soong. by Nan Zhang · 7 years ago
  4. ea568a4 Change bool, and string properties to *bool, and *string for java, by Nan Zhang · 7 years ago
  5. 437d23c Consolidate gensrcs implementation into one task each by Jeff Gaston · 7 years ago
  6. 5acec2b Have genrule use $genDir as sbox's --output-root by Jeff Gaston · 7 years ago
  7. 02a684b Make $(depfile) work with sbox by Jeff Gaston · 7 years ago
  8. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  9. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 7 years ago
  10. 15e86d9 Support multiple outputs in genrules with depfile: true by Colin Cross · 7 years ago
  11. 2296f5b Use indent to preformat genrule property documentation by Colin Cross · 7 years ago
  12. 54190b3 Add test for java generated sources by Colin Cross · 7 years ago
  13. 944d6b4 Merge "Allow exporting filegroups to make" by Treehugger Robot · 7 years ago
  14. 3e5bdf2 Add cc_genrule by Dan Willemsen · 7 years ago
  15. d91d7ac Allow exporting filegroups to make by Colin Cross · 7 years ago
  16. 8eded0a Support using blueprint_go_binary as tools in genrules by Dan Willemsen · 7 years ago
  17. d6ba0d5 Use dependency tags for genrules by Dan Willemsen · 7 years ago
  18. 3624285 Refactor factories by Colin Cross · 8 years ago
  19. 193f2fb Make absolute OUT_DIR work with sbox by Jeff Gaston · 8 years ago
  20. efc1b41 Have Soong try to enforce that genrules declare all their outputs. by Jeff Gaston · 8 years ago
  21. 67a5c13 Prettify soong ninja build descriptions by Colin Cross · 8 years ago
  22. 014de6a Fix genrule documentation by Dan Willemsen · 8 years ago
  23. 54c5dd5 Exit early on genrule command parsing failure by Colin Cross · 8 years ago
  24. 795c377 Use a minimal set of mutators, module types, and singletons for tests by Colin Cross · 8 years ago
  25. 77de5a4 Merge "Support data properties for test binaries" by Colin Cross · 8 years ago
  26. d1b8d76 Allow non-tool dependencies in genrules by Colin Cross · 8 years ago
  27. faeb7aa Support data properties for test binaries by Colin Cross · 8 years ago
  28. 708c424 Allow genrules to reference generated sources by Colin Cross · 8 years ago
  29. 068e0fe Support filegroups by Colin Cross · 8 years ago
  30. 5ed99c6 genrule: let Android.bp file specify exported header dirs by Colin Cross · 8 years ago
  31. 33bfb0a genrule: support deps files by Colin Cross · 8 years ago
  32. 6f080df Support genrules with multiple tools by Colin Cross · 8 years ago
  33. 21ec490 Add subdir to GenPath by Dan Willemsen · 8 years ago
  34. 1e676be Control mutator order by Colin Cross · 8 years ago
  35. 798bfce Move registration into android package by Colin Cross · 8 years ago
  36. 9c8681f Support multiple outputs for genrule by Dan Willemsen · 8 years ago
  37. 3f4539b Parse genrule's cmd property by Dan Willemsen · 8 years ago
  38. e8a67a7 Make BottomUpMutators parallel by Colin Cross · 8 years ago
  39. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  40. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  41. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  42. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  43. f7f3d69 Add genrule tool_file to better handle deps by Dan Willemsen · 9 years ago
  44. b40aab6 Fix generated sources and headers by Dan Willemsen · 9 years ago
  45. c99deeb Use blueprint DependencyTags by Colin Cross · 9 years ago
  46. 1604ecf Fix gofmt by Colin Cross · 9 years ago
  47. 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 9 years ago
  48. 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 9 years ago
  49. 6362e27 Remove EarlyMutators and DynamicDependencies by Colin Cross · 9 years ago
  50. 463a90e use init functions to register module types, etc. by Colin Cross · 10 years ago
  51. 2ef08f4 Add exclude_* and remove arch_subtract / "-file" by Dan Willemsen · 10 years ago
  52. 7d5136f Improve property comments for docs by Colin Cross · 10 years ago
  53. 8f101b4 Allow common.Glob to be called by singletons by Colin Cross · 10 years ago
  54. f9964d5 Use far dependency for genrule tool by Colin Cross · 10 years ago
  55. d350ecd Add support for genrule by Colin Cross · 10 years ago
  56. fce5327 Support subtracting sources from globs by Colin Cross · 10 years ago
  57. 1332b00 Move config into common and provide helper by Colin Cross · 10 years ago
  58. 97ba073 Export cc types for art to inherit from by Colin Cross · 10 years ago
  59. 70b4059 Update import paths for changes to blueprint by Colin Cross · 10 years ago
  60. 5049f02 Add gensrcs module type by Colin Cross · 10 years ago