1. 01407c5 Don't print :__pkg__ for package rules, since that's the default. by Martin Stjernholm · 4 years, 8 months ago
  2. 38b5785 java_sdk_library_import: Propagate prefer to child modules by Paul Duffin · 4 years, 8 months ago
  3. 717e50c Merge "Remove unused Module.visibility() method" by Treehugger Robot · 4 years, 8 months ago
  4. 5bc07e5 Merge "Add //visibility:override to allow control over inheritance" by Treehugger Robot · 4 years, 8 months ago
  5. 36c5b8d Remove unused Module.visibility() method by Paul Duffin · 4 years, 8 months ago
  6. 51084ff Add //visibility:override to allow control over inheritance by Paul Duffin · 4 years, 8 months ago
  7. e5c3b85 Allow sdk_version: "none" to be used in prebuilts/ by Paul Duffin · 4 years, 8 months ago
  8. c459f89 Retry: Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
  9. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  10. a71fe15 Merge changes from topic "revert-1302576-NGVCIVIIJO" by Greg Kaiser · 4 years, 8 months ago
  11. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 4 years, 8 months ago
  12. e08e03f Revert "Adds support for 'ignored-on-host'" by Greg Kaiser · 4 years, 8 months ago
  13. 06938a0 Merge changes from topic "no_staticlinking_to_stubs" by Jiyong Park · 4 years, 8 months ago
  14. af6fbcb Merge changes I167b47a1,I7ebd3330,Ifc8116e1 by Paul Duffin · 4 years, 8 months ago
  15. 6c4e5c0 Merge "Add gcov coverage support to Rust modules." by Ivan Lozano · 4 years, 8 months ago
  16. 12f67bc Adds support for 'ignored-on-host' by Paul Duffin · 4 years, 8 months ago
  17. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 4 years, 8 months ago
  18. 38e2fbd Merge changes If673d482,I98b575b8 by Paul Duffin · 4 years, 8 months ago
  19. 1c7e962 Add GetPathString by Jiyong Park · 4 years, 8 months ago
  20. 425b0ea Remove reference to obsolete BuildSnapshot() by Paul Duffin · 4 years, 8 months ago
  21. afa9fa1 Add hook to be called after defaults have been applied by Paul Duffin · 4 years, 8 months ago
  22. c988c8e Move prebuilts mutators after defaults have been applied by Paul Duffin · 4 years, 8 months ago
  23. cdfcec9 Simplify package by using LoadHook instead of mutators by Paul Duffin · 4 years, 8 months ago
  24. d066644 Merge "Document preArch mutators" by Paul Duffin · 4 years, 8 months ago
  25. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  26. 292e7c0 Merge changes Ie6568cb8,Ibd521c96 by satayev · 4 years, 8 months ago
  27. aa4162e Document preArch mutators by Paul Duffin · 4 years, 8 months ago
  28. 57769e4 Merge "Export depsInfo into android package." by satayev · 4 years, 8 months ago
  29. 480e25b Introduce min_sdk_version to deps info. by Artur Satayev · 4 years, 8 months ago
  30. e661212 Merge "Report visibility errors in both check and gather phases" by Treehugger Robot · 4 years, 8 months ago
  31. b6b0ca1 Merge "Reduce duplication in visibility property management" by Treehugger Robot · 4 years, 8 months ago
  32. a8bd113 Introduce flat deps info list. by Artur Satayev · 4 years, 8 months ago
  33. 872a144 Export depsInfo into android package. by Artur Satayev · 4 years, 8 months ago
  34. 2aa8e0b Merge "Use two-column format for PRODUCT_BOOT_JARS components." by Ulyana Trafimovich · 4 years, 8 months ago
  35. 0c83aba Report visibility errors in both check and gather phases by Paul Duffin · 4 years, 8 months ago
  36. 5ec73ec Reduce duplication in visibility property management by Paul Duffin · 4 years, 8 months ago
  37. 50c4a4b Use two-column format for PRODUCT_BOOT_JARS components. by Ulya Trafimovich · 4 years, 9 months ago
  38. 19ff3c9 [soong] Zero and pattern initialization of heap memory. by Evgenii Stepanov · 4 years, 8 months ago
  39. 1dcc27e Refactor RBE support for Javac/R8/D8 to use the remoteexec package. by Ramy Medhat · 4 years, 9 months ago
  40. 01db260 Merge "mark platform un-availability" by Treehugger Robot · 4 years, 8 months ago
  41. 62304bb Add test_for property by Jiyong Park · 4 years, 9 months ago
  42. 28a4982 Merge "Apex: support codenames for min_sdk_version" by Jooyung Han · 4 years, 9 months ago
  43. 89e850a mark platform un-availability by Jiyong Park · 4 years, 9 months ago
  44. 7c140d8 Add "updatable" property to ApexModule interface. by Ulya Trafimovich · 4 years, 9 months ago
  45. c5570ac Allow defining neverallow in packages other than android. by Artur Satayev · 4 years, 9 months ago
  46. e5fce6c Merge "Remove PLATFORM_VERSION_FUTURE_CODENAMES" by Jooyung Han · 4 years, 9 months ago
  47. 03302ee Remove PLATFORM_VERSION_FUTURE_CODENAMES by Jooyung Han · 4 years, 9 months ago
  48. d0615e7 Merge "Expand neverallow for sdk_version: none" by Anton Hansson · 4 years, 9 months ago
  49. 1062943 Merge "soong config: add value_variable substitution" by Treehugger Robot · 4 years, 9 months ago
  50. 4537640 Expand neverallow for sdk_version: none by Anton Hansson · 4 years, 9 months ago
  51. aed150d Apex: support codenames for min_sdk_version by Jooyung Han · 4 years, 9 months ago
  52. ff550f3 Merge "Revert^2 "Add sdk mutator for native modules"" by Colin Cross · 4 years, 9 months ago
  53. 9e06bb6 Merge "Make the names of 'soong_config_module_type_import' modules unique." by Treehugger Robot · 4 years, 9 months ago
  54. 846e60d Merge "Ignore PrebuiltDepTag when processing APEX contents" by Paul Duffin · 4 years, 9 months ago
  55. 0d8f616 Merge "Forbid generating boot image files for jars in updatable modules." by Ulyana Trafimovich · 4 years, 9 months ago
  56. dddd546 Ignore PrebuiltDepTag when processing APEX contents by Paul Duffin · 4 years, 9 months ago
  57. c519244 Add dependency tags to apex available errors by Paul Duffin · 4 years, 9 months ago
  58. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  59. b28cc37 Forbid generating boot image files for jars in updatable modules. by Ulya Trafimovich · 5 years ago
  60. 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 4 years, 9 months ago
  61. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
  62. dd22225 Merge "Add product_variables.eng.optimize.enabled" by Treehugger Robot · 4 years, 9 months ago
  63. ff62319 Merge "Fix RuleBuilder remoteable actions running in the local pool." by Ramy Medhat · 4 years, 9 months ago
  64. 4066e5e Merge "soong_config: bool_variables shortcut" by Treehugger Robot · 4 years, 9 months ago
  65. 116ec92 Make the names of 'soong_config_module_type_import' modules unique. by Sasha Smundak · 4 years, 10 months ago
  66. 7556839 Enforce apex.min_sdk_version for bundled builds by Jooyung Han · 4 years, 10 months ago
  67. 82e192c Add sdk mutator for native modules by Colin Cross · 4 years, 11 months ago
  68. f13642e Add product_variables.eng.optimize.enabled by Felka Chang · 6 years ago
  69. 944839a Fix RuleBuilder remoteable actions running in the local pool. by Ramy Medhat · 4 years, 9 months ago
  70. 7182c45 Merge "Rename VTS to VTS10" by Dan Shi · 4 years, 9 months ago
  71. fff3f8a Include partition tag in apexkeys.txt. by Bill Peckham · 4 years, 10 months ago
  72. 984c129 Rename VTS to VTS10 by Dan Shi · 4 years, 10 months ago
  73. b0935db soong config: add value_variable substitution by Dan Willemsen · 4 years, 10 months ago
  74. ceb5b76 Add platform-wide sampling PGO option by Yi Kong · 4 years, 10 months ago
  75. 2b8b89c soong_config: bool_variables shortcut by Dan Willemsen · 4 years, 10 months ago
  76. 495ffb9 Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 4 years, 10 months ago
  77. a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 4 years, 10 months ago
  78. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 4 years, 10 months ago
  79. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 4 years, 10 months ago
  80. 71da478 Merge changes I2ab8f6aa,I53d58100 by Martin Stjernholm · 4 years, 10 months ago
  81. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 4 years, 10 months ago
  82. 4726b9c Merge "Apply EnforceRROExemptedTargets in Soong" by Treehugger Robot · 4 years, 10 months ago
  83. 175ef30 Merge "Refactor prebuilt to use srcs supplier function" by Paul Duffin · 4 years, 10 months ago
  84. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 4 years, 10 months ago
  85. dcb4bd6 Refactor prebuilt to use srcs supplier function by Paul Duffin · 4 years, 10 months ago
  86. 2c73260 Merge "Remove SdkMemberType.FinalizeModule" by Paul Duffin · 4 years, 10 months ago
  87. 5417f77 apex: Deprecate legacy_android10_support prop by Jooyung Han · 4 years, 10 months ago
  88. 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 4 years, 10 months ago
  89. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 4 years, 10 months ago
  90. b07fa51 Support extracting common values from embedded structures by Paul Duffin · 4 years, 10 months ago
  91. 7d74e7b Copy white listed apex available settings into snapshot by Paul Duffin · 4 years, 10 months ago
  92. a04c107 Add support for multiple os types by Paul Duffin · 4 years, 10 months ago
  93. b3c7637 Merge "Refactor snapshot module creation" by Paul Duffin · 4 years, 10 months ago
  94. b9b1327 Apply EnforceRROExemptedTargets in Soong by Jeongik Cha · 4 years, 10 months ago
  95. da3a071 Remove unused mips workarounds. by Elliott Hughes · 4 years, 10 months ago
  96. 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 4 years, 11 months ago
  97. 8c3fec4 Enable androidmk processing in sdk testing by Paul Duffin · 4 years, 10 months ago
  98. 88f2fbe Refactor snapshot module creation by Paul Duffin · 4 years, 10 months ago
  99. 8f20563 Merge "Add a nice install paths for module SDKs and exports." by Nicolas Geoffray · 4 years, 10 months ago
  100. befa4b9 Copy apex_available properties to snapshot modules by Paul Duffin · 4 years, 10 months ago