1. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  2. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  3. 3607f21 Don't install modules in unexported namespaces by Colin Cross · 7 years ago
  4. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  5. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  6. 57a23d2 Add vintf_fragments. by Steven Moreland · 7 years ago
  7. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  8. 540a78c Turn GlobFiles into a Glob for files, use it by Dan Willemsen · 7 years ago
  9. 461b445 Pass nil instead of []string{} to ctx.Glob* functions by Colin Cross · 7 years ago
  10. 581fd21 Droiddoc Support in Soong by Nan Zhang · 7 years ago
  11. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  12. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  13. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  14. 2383f3b Support filegroups for version_script and related properties by Colin Cross · 7 years ago
  15. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 7 years ago
  16. ee6143c Add VisitDirectDepsWithTag by Colin Cross · 7 years ago
  17. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 7 years ago
  18. 366938f Allow java manifest property to reference filegroups by Colin Cross · 7 years ago
  19. 5beccee Split logtags implementations for cc and java by Colin Cross · 7 years ago
  20. 6b4a32d Split java_binary modules into common and binary variants by Colin Cross · 7 years ago
  21. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 7 years ago
  22. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  23. aabf679 Make *Context.Config return a Config instead of a interface{} by Colin Cross · 7 years ago
  24. 178d5fe Revert "Soong support for namespaces" by Jeff Gaston · 7 years ago
  25. 63a250a Soong support for namespaces by Jeff Gaston · 7 years ago
  26. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 7 years ago
  27. 35143d0 Fix genrules depending on Go tools by Colin Cross · 7 years ago
  28. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 7 years ago
  29. 7d716ba Revert "Revert "Make some common properties overridden when used in defaults modules"" by Colin Cross · 7 years ago
  30. 5c3c768 Revert "Make some common properties overridden when used in defaults modules" by Nicolas Geoffray · 7 years ago
  31. 617016a Make some common properties overridden when used in defaults modules by Colin Cross · 7 years ago
  32. 0617bb8 Fix missing source module with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 7 years ago
  33. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  34. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 7 years ago
  35. 3f68a13 Make android.ModuleContext not include blueprint.ModuleContext by Colin Cross · 7 years ago
  36. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 7 years ago
  37. 05a39cb Fix mixing genrule dependencies with globs by Colin Cross · 7 years ago
  38. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 7 years ago
  39. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 7 years ago
  40. 61d88b8 Add (host|host-cross|target)[-<OS>] phony targets when not using make by Dan Willemsen · 7 years ago
  41. d2e95fb Fix mma/mmma when soong is not embedded in make by Dan Willemsen · 7 years ago
  42. 5aac362 Add notice property to all modules by Colin Cross · 7 years ago
  43. 5c51792 Make binaries executable by Colin Cross · 7 years ago
  44. efac4a8 Switch `owner` to *string to disable concat by Dan Willemsen · 8 years ago
  45. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago
  46. 1a0f09b Fixed the unexpected scenario for "device_supported" by Nan Zhang · 8 years ago
  47. 3624285 Refactor factories by Colin Cross · 8 years ago
  48. 67a5c13 Prettify soong ninja build descriptions by Colin Cross · 8 years ago
  49. c602b7d Allow "required" property to vary by arch by Colin Cross · 8 years ago
  50. 893d816 Turn installation on in mega device build by Colin Cross · 8 years ago
  51. 87d8b56 Make soong mm/ targets recursive by Colin Cross · 8 years ago
  52. 2439eb7 Added duplicates checking when extracting source deps. by Nan Zhang · 8 years ago
  53. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 8 years ago
  54. 3edeee1 Add ctx.Windows() by Colin Cross · 8 years ago
  55. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 8 years ago
  56. 11b2614 Rework vndk detection by Dan Willemsen · 8 years ago
  57. 55708f3 Support owner property by Colin Cross · 8 years ago
  58. 0e2d97b Stop making the ndk headers host-specific by Dan Willemsen · 8 years ago
  59. 6d34b30 Added phony module type for soong. by Nan Zhang · 8 years ago
  60. faeb7aa Support data properties for test binaries by Colin Cross · 8 years ago
  61. b9eeb1d Fixed then comments to describe how to use android.ModuleBase object. by Nan Zhang · 8 years ago
  62. 068e0fe Support filegroups by Colin Cross · 8 years ago
  63. a2f296f Fall back to prebuilts if source modules are disabled by Colin Cross · 8 years ago
  64. 33bfb0a genrule: support deps files by Colin Cross · 8 years ago
  65. 0a37a2a Encode default enabled state in OsType by Dan Willemsen · 8 years ago
  66. 7f19f37 Move globbing to Blueprint by Colin Cross · 8 years ago
  67. 9f3c574 Add support for Implicit Outputs by Dan Willemsen · 8 years ago
  68. c6345fb Add a "license" property to ndk_headers. by Dan Albert · 8 years ago
  69. ce75d2c Initial prebuilt support by Colin Cross · 8 years ago
  70. fc75458 Add a Name property by Colin Cross · 9 years ago
  71. 1e676be Control mutator order by Colin Cross · 8 years ago
  72. 798bfce Move registration into android package by Colin Cross · 8 years ago
  73. 0b24c74 Disable cc_benchmark for Darwin hosts by Dan Willemsen · 8 years ago
  74. 89562dc Enable toc optimization for host builds by Colin Cross · 8 years ago
  75. 9b1d13d Fix checkbuild for modules with last variant disabled by Colin Cross · 8 years ago
  76. 178a509 Replace PropertyCustomizer with hooks by Colin Cross · 8 years ago
  77. 8b74d17 Fix binaries and symlinks for prefer32 by Colin Cross · 8 years ago
  78. b1957a5 Dynamically generate arch struct by Dan Willemsen · 9 years ago
  79. 69617d3 Extend multilib by Colin Cross · 8 years ago
  80. 1e7d370 Add support for preferred arch symlinks by Colin Cross · 8 years ago
  81. a120ec1 Add PropertyCustomizer by Colin Cross · 8 years ago
  82. 9272ade Add DeviceConfig and OncePer objects by Colin Cross · 8 years ago
  83. 998306e Support required property by Chris Wolfe · 8 years ago
  84. 8d8f8e2 Don't cache InstallInData by Colin Cross · 8 years ago
  85. 2277bcb Add init_rc property, equivalent to LOCAL_INIT_RC by Dan Willemsen · 8 years ago
  86. 12fc497 Fix checkbuild with symlinks by Colin Cross · 9 years ago
  87. 3854a60 Add symlink installation support by Colin Cross · 9 years ago
  88. a4190c1 Make Host/Device_supported *bool by Colin Cross · 9 years ago
  89. 6886183 Remove cc.ModuleContext.module() by Colin Cross · 9 years ago
  90. fed4d19 Allow static/shared modules to be disabled per-arch by Dan Willemsen · 9 years ago
  91. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  92. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  93. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  94. 0fda89f Add support for logtags by Dan Willemsen · 9 years ago
  95. 635c3b0 Rename common to android by Colin Cross · 9 years ago[Renamed (90%) from common/module.go]
  96. e2c4874 Prevent replacing missing dependency glob rules with errors by Colin Cross · 9 years ago
  97. a234466 Use correct install paths in generated Android.mk by Colin Cross · 9 years ago
  98. 6553f5e Propagate missing dependencies when using whole_static_libs by Dan Willemsen · 9 years ago
  99. 9775052 Refactor Android.mk generation by Dan Willemsen · 9 years ago
  100. 7f730fd Fix USE_SOONG[_FOR_KATI] by Dan Willemsen · 9 years ago