1. fb0c16e Move imageMutator before archMutator by Colin Cross · 6 years ago
  2. f56f74b Fix duplicate sentence in visibility documentation by Anton Hansson · 6 years ago
  3. e44358f Add support for host sdk by Paul Duffin · 6 years ago
  4. 6aa363b Merge "Fix: install flattened apex on system_ext" by Jooyung Han · 6 years ago
  5. 91df208 Fix: install flattened apex on system_ext by Jooyung Han · 6 years ago
  6. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 6 years ago
  7. 97c1f34 Fix a typo in a comment in `android/module.go`. by Roland Levillain · 6 years ago
  8. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 6 years ago
  9. d95aa2d Change the partition of outputfile by Sundong Ahn · 6 years ago
  10. 43240b1 Remove unused "product_services_specific" prop by Jooyung Han · 6 years ago
  11. dd0418a Run non-RBE supported actions in the local pool when USE_RBE is set. by Ramy Medhat · 6 years ago
  12. a195f91 Split out osMutator from archMutator by Colin Cross · 6 years ago
  13. 2334757 Merge "Filter product variable property structs" by Colin Cross · 6 years ago
  14. 96ce6ab Merge "Use localPool consistently for UseGoma() == true" by Treehugger Robot · 6 years ago
  15. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  16. 90ba5f4 Add InstallInRoot to allow modules to install into root partition by Colin Cross · 6 years ago
  17. 2e2dbc2 Use localPool consistently for UseGoma() == true by Colin Cross · 6 years ago
  18. 0949f31 Fix android_test install path. by Jaewoong Jung · 6 years ago
  19. 18c4680 Filter product variable property structs by Colin Cross · 6 years ago
  20. 344d543 Add "apex_vndk" module type by Jooyung Han · 6 years ago
  21. d48f3c3 soong: Add tests for depending on disabled module by Jooyung Han · 6 years ago
  22. f02f309 Merge "java_import can be included in apex" by Treehugger Robot · 6 years ago
  23. 9e6c242 java_import can be included in apex by Jiyong Park · 6 years ago
  24. 607d858 Add InstallBypassMake by Colin Cross · 6 years ago
  25. 95d53b5 Add defaults_visibility support by Paul Duffin · 6 years ago
  26. 63c6e18 Refactor visibility to support visibility on defaults modules by Paul Duffin · 6 years ago
  27. d5f6c82 Rename product_services to system_ext by Justin Yun · 6 years ago
  28. 9a36223 Add a String() method to android.Module by Colin Cross · 6 years ago
  29. e484f47 Inherit default_visibility from parent package by Paul Duffin · 6 years ago
  30. e2453c7 Allow default visibility to be set per package by Paul Duffin · 6 years ago
  31. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
  32. 4b69c49 Add implicit outputs to ErrorRule rules by Colin Cross · 6 years ago
  33. dc35e21 Consolidate *MutatorContext and ModuleContext into BaseModuleContext by Colin Cross · 6 years ago
  34. b88b3c5 Capture missing dependency error rules by Colin Cross · 6 years ago
  35. 6c4f21f Reimplement AddMissingDependencies by Colin Cross · 6 years ago
  36. b6fd6f7 Merge "Clean up sortedKeys function" by Treehugger Robot · 6 years ago
  37. 380c69a Revert "Consolidate *MutatorContext and ModuleContext into BaseModuleContext" by Colin Cross · 6 years ago
  38. 1a365c6 Clean up sortedKeys function by Inseob Kim · 6 years ago
  39. 7e0a2cb Consolidate *MutatorContext and ModuleContext into BaseModuleContext by Colin Cross · 6 years ago
  40. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  41. 4157e88 Rename ModuleBase receivers by Colin Cross · 6 years ago
  42. 25de6c3 Remove repetition in android package names by Colin Cross · 6 years ago
  43. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  44. b023fe3 Merge "AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json" by Treehugger Robot · 6 years ago
  45. 18c82ff AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json by patricktu · 6 years ago
  46. 03dc3f6 Enable native bridge support by default for certain ndk modules by dimitry · 6 years ago
  47. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  48. 0ef0816 Support robolectric_test by Colin Cross · 6 years ago
  49. 2e61fa6 Add visibility support by Paul Duffin · 6 years ago
  50. f297630 Fix: PathsForModuleSrc does not work for a replaced dependency by Jiyong Park · 6 years ago
  51. b6d2305 Implement `host_required` and `target_required` properties. by Sasha Smundak · 6 years ago
  52. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  53. 52818fc Notice support for APEX by Jiyong Park · 6 years ago
  54. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  55. 2fafa3e Remove ExpandSourcesSubDir and ModuleSrcPath.WithSubDir by Colin Cross · 6 years ago
  56. a3a9741 Don't add dependencies on modules referenced in unused arch variants by Colin Cross · 6 years ago
  57. f119435 Create symlink for bionic files by Jiyong Park · 6 years ago
  58. 1255a56 Fix ALLOW_MISSING_DEPENDENCIES=true builds by Colin Cross · 6 years ago
  59. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  60. 1b48842 Add path properties mutator by Colin Cross · 6 years ago
  61. 3d7c982 Add modules for converting java modules between host and device by Colin Cross · 6 years ago
  62. 4c83e5c Support testing Rules in Modules and Rules and Builds in Singletons by Colin Cross · 6 years ago
  63. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  64. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  65. 5f692ec Remove empty DepsMutator methods by Colin Cross · 7 years ago
  66. fb4353d Fix incorrect soong symlink rule by Alex Light · 7 years ago
  67. 21b9427 Initial Fuchsia support. by Doug Horn · 7 years ago
  68. 1ad8142 Fix androidmk module ordering by Colin Cross · 7 years ago
  69. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 7 years ago
  70. 62707f7 Add filegroup support to notice property. by Jaewoong Jung · 7 years ago
  71. 569edc5 Add dist support to Soong by Dan Willemsen · 7 years ago
  72. 491fe5f Revert "Add filegroup support to notice property." by Jaewoong Jung · 7 years ago
  73. ff7a1a4 Add filegroup support to notice property. by Jaewoong Jung · 7 years ago
  74. c17727d Shard arch property structs by Colin Cross · 7 years ago
  75. 4e81d70 Document host_supported and device_supported by Colin Cross · 7 years ago
  76. 0ef639b Allow generating modules once per OS instead of once per Class by Dan Willemsen · 7 years ago
  77. ee0bc3b Add multi-target variants by Colin Cross · 7 years ago
  78. a9d8bee Make prefer32 a lambda by Colin Cross · 7 years ago
  79. 2465c3d Add phony targets for go binary modules by Colin Cross · 7 years ago
  80. 5d45c6f Collect modules' info to create IDE project file. by Brandon Lee · 7 years ago
  81. 4fd04bb Change the dist file path for sdk library by Sundong Ahn · 7 years ago
  82. fe4bc36 Allow '$' in some paths by Colin Cross · 7 years ago
  83. 5baac54 link type of recovery variant of a vendor module should not be native:vendor by Jiyong Park · 7 years ago
  84. 95cf767 s/product-services/product_services/g by Dario Freni · 7 years ago
  85. 0981b5c Revive and document HostAndDeviceDefault. by Dan Albert · 7 years ago
  86. fd05a74 Add support for /product-services partition by Dario Freni · 7 years ago
  87. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  88. f9332f1 Support recovery and recovery_available by Jiyong Park · 8 years ago
  89. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  90. 3607f21 Don't install modules in unexported namespaces by Colin Cross · 7 years ago
  91. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  92. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  93. 57a23d2 Add vintf_fragments. by Steven Moreland · 7 years ago
  94. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  95. 540a78c Turn GlobFiles into a Glob for files, use it by Dan Willemsen · 7 years ago
  96. 461b445 Pass nil instead of []string{} to ctx.Glob* functions by Colin Cross · 7 years ago
  97. 581fd21 Droiddoc Support in Soong by Nan Zhang · 8 years ago
  98. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  99. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  100. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 8 years ago