1. 0ef0816 Support robolectric_test by Colin Cross · 6 years ago
  2. 2e61fa6 Add visibility support by Paul Duffin · 6 years ago
  3. f297630 Fix: PathsForModuleSrc does not work for a replaced dependency by Jiyong Park · 6 years ago
  4. b6d2305 Implement `host_required` and `target_required` properties. by Sasha Smundak · 6 years ago
  5. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  6. 52818fc Notice support for APEX by Jiyong Park · 6 years ago
  7. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  8. 2fafa3e Remove ExpandSourcesSubDir and ModuleSrcPath.WithSubDir by Colin Cross · 6 years ago
  9. a3a9741 Don't add dependencies on modules referenced in unused arch variants by Colin Cross · 6 years ago
  10. f119435 Create symlink for bionic files by Jiyong Park · 6 years ago
  11. 1255a56 Fix ALLOW_MISSING_DEPENDENCIES=true builds by Colin Cross · 6 years ago
  12. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  13. 1b48842 Add path properties mutator by Colin Cross · 6 years ago
  14. 3d7c982 Add modules for converting java modules between host and device by Colin Cross · 6 years ago
  15. 4c83e5c Support testing Rules in Modules and Rules and Builds in Singletons by Colin Cross · 6 years ago
  16. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  17. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  18. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  19. fb4353d Fix incorrect soong symlink rule by Alex Light · 7 years ago
  20. 21b9427 Initial Fuchsia support. by Doug Horn · 7 years ago
  21. 1ad8142 Fix androidmk module ordering by Colin Cross · 7 years ago
  22. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 7 years ago
  23. 62707f7 Add filegroup support to notice property. by Jaewoong Jung · 7 years ago
  24. 569edc5 Add dist support to Soong by Dan Willemsen · 7 years ago
  25. 491fe5f Revert "Add filegroup support to notice property." by Jaewoong Jung · 7 years ago
  26. ff7a1a4 Add filegroup support to notice property. by Jaewoong Jung · 7 years ago
  27. c17727d Shard arch property structs by Colin Cross · 7 years ago
  28. 4e81d70 Document host_supported and device_supported by Colin Cross · 7 years ago
  29. 0ef639b Allow generating modules once per OS instead of once per Class by Dan Willemsen · 7 years ago
  30. ee0bc3b Add multi-target variants by Colin Cross · 7 years ago
  31. a9d8bee Make prefer32 a lambda by Colin Cross · 7 years ago
  32. 2465c3d Add phony targets for go binary modules by Colin Cross · 7 years ago
  33. 5d45c6f Collect modules' info to create IDE project file. by Brandon Lee · 7 years ago
  34. 4fd04bb Change the dist file path for sdk library by Sundong Ahn · 7 years ago
  35. fe4bc36 Allow '$' in some paths by Colin Cross · 7 years ago
  36. 5baac54 link type of recovery variant of a vendor module should not be native:vendor by Jiyong Park · 7 years ago
  37. 95cf767 s/product-services/product_services/g by Dario Freni · 7 years ago
  38. 0981b5c Revive and document HostAndDeviceDefault. by Dan Albert · 7 years ago
  39. fd05a74 Add support for /product-services partition by Dario Freni · 7 years ago
  40. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  41. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  42. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  43. 3607f21 Don't install modules in unexported namespaces by Colin Cross · 7 years ago
  44. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  45. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  46. 57a23d2 Add vintf_fragments. by Steven Moreland · 7 years ago
  47. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  48. 540a78c Turn GlobFiles into a Glob for files, use it by Dan Willemsen · 7 years ago
  49. 461b445 Pass nil instead of []string{} to ctx.Glob* functions by Colin Cross · 7 years ago
  50. 581fd21 Droiddoc Support in Soong by Nan Zhang · 8 years ago
  51. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  52. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  53. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  54. 2383f3b Support filegroups for version_script and related properties by Colin Cross · 7 years ago
  55. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 8 years ago
  56. ee6143c Add VisitDirectDepsWithTag by Colin Cross · 8 years ago
  57. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 8 years ago
  58. 366938f Allow java manifest property to reference filegroups by Colin Cross · 8 years ago
  59. 5beccee Split logtags implementations for cc and java by Colin Cross · 8 years ago
  60. 6b4a32d Split java_binary modules into common and binary variants by Colin Cross · 8 years ago
  61. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 8 years ago
  62. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 8 years ago
  63. aabf679 Make *Context.Config return a Config instead of a interface{} by Colin Cross · 8 years ago
  64. 178d5fe Revert "Soong support for namespaces" by Jeff Gaston · 8 years ago
  65. 63a250a Soong support for namespaces by Jeff Gaston · 8 years ago
  66. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 8 years ago
  67. 35143d0 Fix genrules depending on Go tools by Colin Cross · 8 years ago
  68. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  69. 7d716ba Revert "Revert "Make some common properties overridden when used in defaults modules"" by Colin Cross · 8 years ago
  70. 5c3c768 Revert "Make some common properties overridden when used in defaults modules" by Nicolas Geoffray · 8 years ago
  71. 617016a Make some common properties overridden when used in defaults modules by Colin Cross · 8 years ago
  72. 0617bb8 Fix missing source module with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 8 years ago
  73. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 8 years ago
  74. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 8 years ago
  75. 3f68a13 Make android.ModuleContext not include blueprint.ModuleContext by Colin Cross · 8 years ago
  76. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  77. 05a39cb Fix mixing genrule dependencies with globs by Colin Cross · 8 years ago
  78. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 8 years ago
  79. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  80. 61d88b8 Add (host|host-cross|target)[-<OS>] phony targets when not using make by Dan Willemsen · 8 years ago
  81. d2e95fb Fix mma/mmma when soong is not embedded in make by Dan Willemsen · 8 years ago
  82. 5aac362 Add notice property to all modules by Colin Cross · 8 years ago
  83. 5c51792 Make binaries executable by Colin Cross · 8 years ago
  84. efac4a8 Switch `owner` to *string to disable concat by Dan Willemsen · 8 years ago
  85. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago
  86. 1a0f09b Fixed the unexpected scenario for "device_supported" by Nan Zhang · 8 years ago
  87. 3624285 Refactor factories by Colin Cross · 8 years ago
  88. 67a5c13 Prettify soong ninja build descriptions by Colin Cross · 8 years ago
  89. c602b7d Allow "required" property to vary by arch by Colin Cross · 8 years ago
  90. 893d816 Turn installation on in mega device build by Colin Cross · 8 years ago
  91. 87d8b56 Make soong mm/ targets recursive by Colin Cross · 8 years ago
  92. 2439eb7 Added duplicates checking when extracting source deps. by Nan Zhang · 8 years ago
  93. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 8 years ago
  94. 3edeee1 Add ctx.Windows() by Colin Cross · 8 years ago
  95. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 8 years ago
  96. 11b2614 Rework vndk detection by Dan Willemsen · 8 years ago
  97. 55708f3 Support owner property by Colin Cross · 8 years ago
  98. 0e2d97b Stop making the ndk headers host-specific by Dan Willemsen · 9 years ago
  99. 6d34b30 Added phony module type for soong. by Nan Zhang · 8 years ago
  100. faeb7aa Support data properties for test binaries by Colin Cross · 8 years ago