1. 38803c6 Convert some of java/ to ModuleProxy and Providers by Colin Cross · 10 months ago
  2. 23ce75e Convert module-info under build/soong/java to Soong-only by kellyhung · 10 months ago
  3. 41ec881 Enable header_jar_override on all release configs by LaMont Jones · 11 months ago
  4. 0ff7457 Separate ModuleProxy from Module by Colin Cross · 10 months ago
  5. 66a575c Merge "Change WalkDeps in apex.go to WalkDepsProxy." into main by Yu Liu · 10 months ago
  6. 81bc226 Change WalkDeps in apex.go to WalkDepsProxy. by Yu Liu · 10 months ago
  7. 990f3d3 Disable stub validation for partial compile by LaMont Jones · 10 months ago
  8. 84aefff Convert collectMembers to use ModuleProxy. by Yu Liu · 10 months ago
  9. 7f59f8a Reapply "Always install test files with soong" by Cole Faust · 10 months ago
  10. a933f95 Revert "Reapply "Always install test files with soong"" by Szu-An Lu · 10 months ago
  11. 6f4c1f5 Reapply "Always install test files with soong" by Cole Faust · 11 months ago
  12. 311d7fa Add java_library.header_jar_override by LaMont Jones · 11 months ago
  13. b97f1d1 Use d8 when on eng builds by LaMont Jones · 11 months ago
  14. f22120f Change CommonModuleInfoProvider to a pointer. by Yu Liu · 11 months ago
  15. 9697c53 Merge "Expand TestSuiteInfoProvider to all test modules" into main by Treehugger Robot · 11 months ago
  16. b4d5038 Merge "Add a trace_references_from dex optimization property" into main by Treehugger Robot · 11 months ago
  17. 5e1454a Expand TestSuiteInfoProvider to all test modules by Cole Faust · 11 months ago
  18. 0ac6ae7 Add a trace_references_from dex optimization property by Jared Duke · 11 months ago
  19. ef9e63e Rename CommonModuleInfoKey to be consistent with others. by Yu Liu · 11 months ago
  20. ec1b7fa More partial compile optimizations by LaMont Jones · 11 months ago
  21. 71f1ea3 Convert tidyPhonySingleton, jdepsGeneratorSingleton and by Yu Liu · 11 months ago
  22. 2a815b6 Convert the following singletons to use ModuleProxy: by Yu Liu · 12 months ago
  23. ff5a9c3 Merge "Implement host_common_data property for cc, java, rust and sh test modules" into main by Colin Cross · 12 months ago
  24. 1dcf9e4 Build proguard zips in soong-only builds by Cole Faust · 12 months ago
  25. 8ff4af3 Remove RELEASE_USE_TRANSITIVE_JARS_IN_CLASSPATH by Colin Cross · 12 months ago
  26. 3c551be Merge "Change depVisitor to use providers instead of type-asserting to interfaces directly, the next step is to change it to use ModuleProxy once IsDepInSameApex is ready." into main by Yu Liu · 12 months ago
  27. 0a37d42 Change depVisitor to use providers instead of type-asserting to by Yu Liu · 12 months ago
  28. b361442 Implement host_common_data property for cc, java, rust and sh test modules by Colin Cross · 12 months ago
  29. ec71dfb Install tradefed dynamic config file in soong-only builds by Cole Faust · 12 months ago
  30. df0b839 Convert CheckMinSdkVersion to use providers. by Yu Liu · 12 months ago
  31. 3f603bd Merge "Support DepIsInSameApex using provider." into main by Yu Liu · 12 months ago
  32. f180603 Support DepIsInSameApex using provider. by Yu Liu · 12 months ago
  33. a43fb25 Move dists to GenerateAndroidBuildActions by Cole Faust · 12 months ago
  34. 7313f0e Merge "Fix ninja_determinism_test CI breakage" into main by Wei Li · 12 months ago
  35. 736c6c2 Fix ninja_determinism_test CI breakage by Wei Li · 12 months ago
  36. 5c846d8 Merge changes from topics "apex_transition_info", "bcp_dependency_through_apex" into main by Colin Cross · 12 months ago
  37. 1cea530 Convert android.TransitionMutator to TransitionInfo by Colin Cross · 1 year, 2 months ago
  38. d5a8463 Merge "Convert api.xml dist rules to Soong" into main by Treehugger Robot · 12 months ago
  39. 1262e20 Convert api.xml dist rules to Soong by Jihoon Kang · 12 months ago
  40. 10f6c32 Merge "Add java_genrule_combiner module" into main by Treehugger Robot · 12 months ago
  41. 8546f0c Add java_genrule_combiner module by LaMont Jones · 1 year ago
  42. c9b88c9 Remove configurable values from providers by Cole Faust · 12 months ago
  43. 2faf92b Merge changes I5057c2cc,I83ac66c6 into main by Treehugger Robot · 1 year ago
  44. 4bf1e16 Merge "Move installation of dexpreopted system server classpath libraries into apex" into main by Colin Cross · 1 year ago
  45. d718aa5 Install intermediate file in testcases by Spandan Das · 1 year ago
  46. d2de593 Do not propagate uses lib tags of framework by Jihoon Kang · 1 year ago
  47. 388c661 Move installation of dexpreopted system server classpath libraries into apex by Colin Cross · 1 year ago
  48. 986fe74 Add compliance metadata of java modules by Wei Li · 1 year ago
  49. 7904883 Merge "Install java_test module test deps and configs in soong-only" into main by Treehugger Robot · 1 year ago
  50. 8219749 Install java_test module test deps and configs in soong-only by Jihoon Kang · 1 year ago
  51. d2c82e1 Merge "Convert sdk_library to use ModuleProxy." into main by Yu Liu · 1 year ago
  52. dc81dfe Merge "Pass --api-surface to Metalava" into main by Treehugger Robot · 1 year ago
  53. 35acd33 Convert sdk_library to use ModuleProxy. by Yu Liu · 1 year ago
  54. 208f8e7 Convert robolectric_test's module-info.json to song by Cole Faust · 1 year ago
  55. d406381 Convert java modules' module-info.json to Soong by Jihoon Kang · 1 year ago
  56. d71dc40 Pass --api-surface to Metalava by Paul Duffin · 1 year ago
  57. 5f77916 Add core-platform-legacy to supported api surfaces by Paul Duffin · 1 year ago
  58. d01f0b2 Allow java_sdk_library to override the droidstubs api_surface per scope by Paul Duffin · 1 year ago
  59. 61445a9 Merge "Convert JavaFuzzTest, JavaLibrary, generateAndroidBuildActionsWithConfig, ravenwood and robolectricTest to use ModuleProxy." into main by Yu Liu · 1 year, 1 month ago
  60. d0feb71 Update java_defaults to support android_app_import properties by Herbert Xue · 1 year, 1 month ago
  61. 7eebf8b Convert JavaFuzzTest, JavaLibrary, by Yu Liu · 1 year, 1 month ago
  62. cbb50c2 Convert AndroidLibrary.GenerateAndroidBuildActions, by Yu Liu · 1 year, 1 month ago
  63. 39f5fb3 Convert collectDeps and collectTransitiveHeaderJarsForR8 to use ModuleProxy. by Yu Liu · 1 year, 1 month ago
  64. ece2411 Merge changes I4fb8fc36,I5d7150fe into main by Yu Liu · 1 year, 1 month ago
  65. b9d0000 Merge "_test module types shouldn't override user-set test property" into main by Cole Faust · 1 year, 1 month ago
  66. c731528 _test module types shouldn't override user-set test property by Cole Faust · 1 year, 1 month ago
  67. c0a3630 Convert checkSdkVersions to use ModuleProxy. by Yu Liu · 1 year, 1 month ago
  68. 460cf37 Convert hasCode and aaptLibs to use ModuleProxy. by Yu Liu · 1 year, 1 month ago
  69. 172c56d Extract proguard rules found in imported JAR archives by Luca Stefani · 1 year, 2 months ago
  70. 65bfc29 Use implementation jar in IDEInfo by Spandan Das · 1 year, 1 month ago
  71. f7bbd2f Split DepIsInSameApex into outgoing and incoming by Colin Cross · 1 year, 2 months ago
  72. 63bdf63 Change checkJavaStableSdkVersion to use ModuleProxy. by Yu Liu · 1 year, 2 months ago
  73. 458fde5 Collect aconfig files from *_libs in java_api_library by Jihoon Kang · 1 year, 3 months ago
  74. 7cd1d42 Don't use echo -e by Colin Cross · 1 year, 3 months ago
  75. f424c9a test_module_config for sh_test by Ronald Braunstein · 1 year, 4 months ago
  76. b4ec556 Merge "Revert "test_module_config for sh_test"" into main by Liana Kazanova · 1 year, 3 months ago
  77. 876b803 Revert "test_module_config for sh_test" by Liana Kazanova · 1 year, 3 months ago
  78. 6d89d77 Merge "test_module_config for sh_test" into main by Ronald Braunstein · 1 year, 3 months ago
  79. 45dca5c test_module_config for sh_test by Ronald Braunstein · 1 year, 4 months ago
  80. 4432408 Merge "Target Java 21 by default" into main by Sorin Basca · 1 year, 3 months ago
  81. 3f92ee1 Merge "Verify that libraries in apexes don't link to implementations outside the apex" into main by Colin Cross · 1 year, 3 months ago
  82. b614cd4 Verify that libraries in apexes don't link to implementations outside the apex by Colin Cross · 1 year, 4 months ago
  83. 37cc271 Target Java 21 by default by Sorin Basca · 1 year, 4 months ago
  84. 034af2c Distinguish HideFromMake from SkipInstall by Spandan Das · 1 year, 3 months ago
  85. 3a7e911 Merge "Revert "Add device_first_vendor(_shared)_data"" into main by Cole Faust · 1 year, 3 months ago
  86. 710a14b Revert "Add device_first_vendor(_shared)_data" by Cole Faust · 1 year, 3 months ago
  87. 878b2fc [Ravenwood] Support java_defaults for ravenwood properties by John Wu · 1 year, 3 months ago
  88. a8bf946 Add device_first_vendor(_shared)_data by Cole Faust · 1 year, 3 months ago
  89. 1c841c4 Merge changes from topic "move-depset" into main by Colin Cross · 1 year, 3 months ago
  90. a14fb6a Update DepSet references by Colin Cross · 1 year, 3 months ago
  91. 830f56a Remove testing package by Cole Faust · 1 year, 4 months ago
  92. 18f03f1 Add device_first_prefer32_data to java modules by Cole Faust · 1 year, 3 months ago
  93. a9e9f53 Merge "Add new properties to aid in removing the 1-variant fallback" into main by Cole Faust · 1 year, 4 months ago
  94. 65cb40a Add new properties to aid in removing the 1-variant fallback by Cole Faust · 1 year, 4 months ago
  95. 64f2d84 Make uses_libs and optional_uses_libs configurable by Cole Faust · 1 year, 4 months ago
  96. 4f443e7 Skip `none` system_modules from module_bp_java_deps.json by Spandan Das · 1 year, 4 months ago
  97. 004074d Merge changes from topic "remove-non-parallel-mutator" into main by Colin Cross · 1 year, 4 months ago
  98. 8a96280 Remove MutatorHandle.Parallel() by Colin Cross · 1 year, 4 months ago
  99. b9c67e2 Make java binaries common instead of common-first by Cole Faust · 1 year, 4 months ago
  100. e42c5d9 Add JNI libs support to device variants of java_binary by Spandan Das · 1 year, 4 months ago