1. 9a8255f Merge changes from topic "cherrypicker-L27000030003160683:N90900030051335582" into main by Treehugger Robot · 1 year, 5 months ago
  2. 3693708 Propagate transitive missing optional_uses_libs. by Jiakai Zhang · 1 year, 5 months ago
  3. f98da19 Refactor the contruction of the manifest check inputs. by Jiakai Zhang · 1 year, 5 months ago
  4. cdc66f4 Add "test-only" flag for java modules by Ronald Braunstein · 1 year, 5 months ago
  5. 033ffb9 Merge "Collect aconfig_declarations of the dependent java_aconfig_library modules" into main by Jihoon Kang · 1 year, 5 months ago
  6. ddb2ee5 Move jarjar repackage action before combine action by Zi Wang · 1 year, 5 months ago
  7. 3921f0b Collect aconfig_declarations of the dependent java_aconfig_library modules by Jihoon Kang · 1 year, 6 months ago
  8. 9743bab Ensure java level inter partition dependency with VNDK deprecation. by Kiyoung Kim · 1 year, 5 months ago
  9. cde5534 Support transitive proguard specs in android_library_import by Colin Cross · 1 year, 5 months ago
  10. 064b145 Merge "Change java stem attribute for both device and host" into main by Treehugger Robot · 1 year, 6 months ago
  11. 705e63e Propagate intermediateCacheFiles in java modules and filegroup by Jihoon Kang · 1 year, 6 months ago
  12. 2af0b6e Change java stem attribute for both device and host by yangbill · 1 year, 6 months ago
  13. f509eba Merge "Validate aconfig libs are built with the correct modes." into main by Yu Liu · 1 year, 6 months ago
  14. 67a2842 Validate aconfig libs are built with the correct modes. by Yu Liu · 1 year, 6 months ago
  15. 4332cd1 Add property Skip_jarjar_repackage by Zi Wang · 1 year, 6 months ago
  16. 5d55b66 Merge changes I8d060594,I2b6a57ae into main by Colin Cross · 1 year, 6 months ago
  17. fd620b2 Put extraCombinedJars after the compiled jars by Colin Cross · 1 year, 6 months ago
  18. 3c0c9d7 Sort jarjar rename keys before using by Inseob Kim · 1 year, 6 months ago
  19. 03d014f Add jarjar_prefix propagation support for aconfig_declarations_group module type by Jihoon Kang · 1 year, 7 months ago
  20. 63683e4 Improve determination whether to propagate JarJarProvider by LaMont Jones · 1 year, 7 months ago
  21. fe914ed Introduce library property is_stubs_module by Jihoon Kang · 1 year, 7 months ago
  22. bacee38 Ignore proguardRaiseTag in jarjar repackage by Zi Wang · 1 year, 7 months ago
  23. 349ae8d Automatically propagate jarjar rules for aconfig libraries by Joe Onorato · 1 year, 7 months ago
  24. e21a8d4 Fix the args used to dexpreopt system server jars in prebuilt apexes by Spandan Das · 1 year, 7 months ago
  25. b2fd4ff Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars" by Spandan Das · 1 year, 7 months ago
  26. 0b7089f Ensure sscp jars get copied to $OUT/soong/system_server_dexjars by Spandan Das · 1 year, 7 months ago
  27. 59a4a2b Replace panic with ModuleErrorf by Spandan Das · 1 year, 8 months ago
  28. ec222c4 Merge "Use ApiLevel on min, target and compile Sdk version" into main by Cole Faust · 1 year, 8 months ago
  29. aa005ae move CollectDependencyAconfigFiles to android by LaMont Jones · 1 year, 9 months ago
  30. 313aa54 Convert OtherModuleProvider to generic providers API by Colin Cross · 1 year, 9 months ago
  31. ff694a8 Convert Provider to generic providers API by Colin Cross · 1 year, 9 months ago
  32. 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 9 months ago
  33. 2b64af8 Allow compile_data on all java modules by Cole Faust · 1 year, 9 months ago
  34. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 9 months ago
  35. d788b3e Merge aconfig files per-module by Colin Cross · 1 year, 9 months ago
  36. 26df39f Add source file provider for genrule/srcs, python libraries and rust libraries. by Aditya Choudhary · 1 year, 9 months ago
  37. 9dc6b10 Merge "Add container property to aconfig_declarations." into main by Yu Liu · 1 year, 9 months ago
  38. 312634e Don't write transitive dependencies to Android-${TARGET_PRODUCT}.mk by Colin Cross · 1 year, 10 months ago
  39. eae7b36 Add container property to aconfig_declarations. by Yu Liu · 1 year, 10 months ago
  40. a644c26 Stop collecting path entry for module_bp_java_deps.json from each module type by Colin Cross · 1 year, 10 months ago
  41. e1166f0 Use ApiLevel on min, target and compile Sdk version by Zi Wang · 1 year, 10 months ago
  42. efb6d60 Update transitive lib propagation by Jared Duke · 1 year, 10 months ago
  43. 4b9f618 Don't minimize debug information if module explicitly asks for it by Mythri Alle · 1 year, 10 months ago
  44. 9f52f6b Change openjdk9 specific props in bp2build/Soong by Liz Kammer · 1 year, 11 months ago
  45. 6077263 Update Headers_only to a bool pointer by Liz Kammer · 1 year, 11 months ago
  46. 0a470a3 Remove unnecessary arch variant for patch module by Liz Kammer · 1 year, 11 months ago
  47. 7a90fcf Merge "Convert java_aconfig_library to bazel." into main by Yu Liu · 1 year, 11 months ago
  48. 77b232d Merge changes from topic "linter_integration_tests" into main by Thiébaud Weksteen · 1 year, 11 months ago
  49. f2b9401 Convert java_aconfig_library to bazel. by Yu Liu · 2 years ago
  50. d054436 Add .lint tagged output to Java modules by Thiébaud Weksteen · 1 year, 11 months ago
  51. 9231132 Merge "Collect transitive source files for java modules" into main by Anton Hansson · 1 year, 11 months ago
  52. 0e73f9e Collect transitive source files for java modules by Anton Hansson · 2 years ago
  53. b983cea Merge "Shard srcjars when sharding javac compilation" into main by Colin Cross · 2 years ago
  54. a052ddb Shard srcjars when sharding javac compilation by Colin Cross · 2 years ago
  55. 0391ca4 Use same symbol for all receiver functions by usta · 2 years ago
  56. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 2 years ago
  57. 51d7bfd Revert^2 "Only allow setting presigned without preprocessed on targetSdk < 30" by Cole Faust · 2 years ago
  58. d293e28 Revert "Only allow setting presigned without preprocessed on targetSdk < 30" by Karl Shaffer · 2 years ago
  59. 6158528 Only allow setting presigned without preprocessed on targetSdk < 30 by Cole Faust · 2 years, 2 months ago
  60. 03fe33a Merge "java_library support for building headers-only" into main by Mark White · 2 years ago
  61. a15790a java_library support for building headers-only by Mark White · 2 years ago
  62. ffac9be Allow access to the generated srcjars for GeneratedJavaLibrary by Joe Onorato · 2 years ago
  63. 95d7094 export_proguard_spec for libs deps by Sam Delmerico · 2 years, 1 month ago
  64. 245482e Merge "Move android_library resource handling to Bazel's ResourceProcessorBusyBox" into main by Treehugger Robot · 2 years, 1 month ago
  65. 4eae06d Move android_library resource handling to Bazel's ResourceProcessorBusyBox by Colin Cross · 2 years, 2 months ago
  66. ed89d33 Merge changes I69f80d12,I40d48644 into main by Treehugger Robot · 2 years, 1 month ago
  67. 6fe59eb Track transitive usage of aconfig flags and add LOCAL_ACONFIG_FILES to Android-<product>.mk by Joe Onorato · 2 years, 2 months ago
  68. f06d8dc Strip META-INF/services from implementation jars when using as header jars by Colin Cross · 2 years, 2 months ago
  69. 1bfb6f2 Fix stem to be propagated to output jar name in java_library by Jihoon Kang · 2 years, 2 months ago
  70. 3c496f0 AIDEGen: Collect apt generated sources by Vadim Spivak · 2 years, 3 months ago
  71. 3096e68 Use java_library_host bp2build converter for tradefed_java_library_host by Zi Wang · 2 years, 2 months ago
  72. 313d32f Merge "Use generics for DepSets" by Colin Cross · 2 years, 2 months ago
  73. c85750b Use generics for DepSets by Colin Cross · 3 years, 4 months ago
  74. df9c344 Merge "Provide reason for unconverted bp2build modules" by Christopher Parsons · 2 years, 3 months ago
  75. 39a1697 Provide reason for unconverted bp2build modules by Chris Parsons · 2 years, 3 months ago
  76. 0e7d0fa Merge "Dynamically link static libs for sdk_library created java_library" by Treehugger Robot · 2 years, 3 months ago
  77. 1147b31 Dynamically link static libs for sdk_library created java_library by Jihoon Kang · 2 years, 3 months ago
  78. 715c417 Remove print statement by Chris Parsons · 2 years, 3 months ago
  79. 175073c Make aconfig flags generate a library instead of a srcjar. by Joe Onorato · 2 years, 3 months ago
  80. 91c8395 Cleanup android.JavaApiLibraryName references by Jihoon Kang · 2 years, 3 months ago
  81. 381c2fa Introduce "Exclude_static_libs" property for Java modules by Jihoon Kang · 2 years, 3 months ago
  82. 65b3672 Add simple bp2build converter for java_test_host by Zi Wang · 2 years, 3 months ago
  83. b507831 Utilize from text core platform api surface jar in build by Jihoon Kang · 2 years, 5 months ago
  84. e339a2d Rename core stubs to .txt stubs if applicable by Spandan Das · 2 years, 5 months ago
  85. a26eda7 Update max_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 6 months ago
  86. ca70fc4 Update target_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 6 months ago
  87. 8c9ae7e Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 6 months ago
  88. 626a8ad Cleanup hardcoded references to android_*stubs_current by Spandan Das · 2 years, 6 months ago
  89. 18994c7 Replace SortedStringKeys with SortedKeys by Cole Faust · 2 years, 6 months ago
  90. 7fa982c Update usages of min_sdk_version that relies on (kind+level) by Spandan Das · 2 years, 6 months ago
  91. de1d5bc Merge "Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability.""" by Treehugger Robot · 2 years, 6 months ago
  92. c404cc7 Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability."" by Spandan Das · 2 years, 6 months ago
  93. 9f9c0a2 transitive Java deps for r8 by Sam Delmerico · 2 years, 9 months ago
  94. 7eb9243 Revert "R8/D8 should use sdk_version prop to determine API surface stability." by Spandan Das · 2 years, 8 months ago
  95. daa220a R8/D8 should use sdk_version prop to determine API surface stability. by Spandan Das · 2 years, 8 months ago
  96. d796f6f Stop module types being SdkAware by Paul Duffin · 2 years, 9 months ago
  97. 000cbe0 Add support for AIDL traces in Priv apps by Parth Sane · 2 years, 9 months ago
  98. a114ac9 Add android.SdkModule to Sdk Versions that have AIDL traces generated by Parth Sane · 2 years, 10 months ago
  99. ab50dea Add .hjar output file tag by Colin Cross · 2 years, 11 months ago
  100. 91e8d3d Merge "Update documenation for default value of sdk_version" by Spandan Das · 2 years, 11 months ago