1. c7bb9d4 Merge "Revert "Use kapt stubs for kotlin header jar for javac"" by Isaac Chiou · 4 years ago
  2. a23d994 Revert "Use kapt stubs for kotlin header jar for javac" by Isaac Chiou · 4 years ago
  3. c055d88 Merge "Export provenance metadata for prebuilt APKs and APEXes." by Wei Li · 4 years ago
  4. 40f8c75 Merge "Use kapt stubs for kotlin header jar for javac" by Colin Cross · 4 years ago
  5. bbf5f8c Merge "Enable turbine for api generating annotation processors when using kotlin" by Colin Cross · 4 years ago
  6. 661edbb Merge "Don't allow using framework and SDK at the same time." by Jiyong Park · 4 years ago
  7. 93d65fb Merge "Enable kotlin's jvm-abi-gen plugin to generate header jars" by Colin Cross · 4 years ago
  8. 340ee8e Export provenance metadata for prebuilt APKs and APEXes. by Wei Li · 4 years ago
  9. 7821a5e Merge "Denylist modules that depend on a rust binary" by Liz Kammer · 4 years ago
  10. 209844c Merge "Enable restat for sbox rules" by Colin Cross · 4 years ago
  11. 8210fbe Merge "Support converting simple $(eval) expressions" by Treehugger Robot · 4 years ago
  12. 6879cc0 Denylist modules that depend on a rust binary by Liz Kammer · 4 years ago
  13. ccba7e7 Merge "Enable enum-float-conversion warning" by Treehugger Robot · 4 years ago
  14. de0d46f Merge "Add libtrusty-rs to Rust allow list" by Treehugger Robot · 4 years ago
  15. ef03b3d Merge "support errorprone javacflags" by Treehugger Robot · 4 years ago
  16. 4e309ee Enable enum-float-conversion warning by Yi Kong · 4 years ago
  17. 85b935e Merge "Add support for test_suites to cc_test_library" by Trevor Radcliffe · 4 years ago
  18. 465a131 Merge "Add a symbols_map tool for extracting identifiers from elf and r8 files" by Colin Cross · 4 years ago
  19. 90b6e70 Merge "Tweak linux_glibc properties for musl builds in build/soong" by Treehugger Robot · 4 years ago
  20. 71cf2a3 Merge "Remove apex framework jars from hard-coded list" by Anton Hansson · 4 years ago
  21. 3f19ffb Merge "analyze_bcpf: Explain why a package is split/single" by Paul Duffin · 4 years ago
  22. b84f1d5 Merge "analyze_bcpf: Indent multi-line text to improve formatting" by Paul Duffin · 4 years ago
  23. ffd5b32 Merge "signature_trie: Avoid unnecessary wrapping and unwrapping of values" by Paul Duffin · 4 years ago
  24. 51bbac2 Remove apex framework jars from hard-coded list by Anton Hansson · 4 years ago
  25. 3c306f3 Don't allow using framework and SDK at the same time. by Jiyong Park · 4 years ago
  26. 5f58c37 Merge "Keep dependency files out of the apk file." by Treehugger Robot · 4 years ago
  27. 2430a04 Merge changes Icb91de93,I5a2edaf4 by Spandan Das · 4 years ago
  28. 2c8888e Keep dependency files out of the apk file. by Bob Badour · 4 years ago
  29. 34f3673 Merge "Enable int-in-bool-context warning" by Treehugger Robot · 4 years ago
  30. c6ef485 Use kapt stubs for kotlin header jar for javac by Colin Cross · 4 years ago
  31. b5db401 Enable turbine for api generating annotation processors when using kotlin by Colin Cross · 4 years ago
  32. 220a9a1 Enable kotlin's jvm-abi-gen plugin to generate header jars by Colin Cross · 4 years ago
  33. e52c2ac Enable restat for sbox rules by Colin Cross · 4 years ago
  34. 36f55aa Add a symbols_map tool for extracting identifiers from elf and r8 files by Colin Cross · 4 years ago
  35. f389cb4 Add support for test_suites to cc_test_library by Trevor Radcliffe · 4 years ago
  36. e0762c4 Merge "Correct type of dir function" by Cole Faust · 4 years ago
  37. f14e254 Change permitted_packages check to be per-jar rather than per-apex by Spandan Das · 4 years, 4 months ago
  38. e1b1836 Revert "Relax apex package restriction for T+ jars" by Anton Hansson · 4 years, 2 months ago
  39. b99d480 analyze_bcpf: Explain why a package is split/single by Paul Duffin · 4 years ago
  40. 07d9ca7 Merge "Update to clang-r450784b" by Yi Kong · 4 years ago
  41. 7a45d37 Merge "convert java_import jars with arch variants" by Treehugger Robot · 4 years ago
  42. ea836c2 analyze_bcpf: Indent multi-line text to improve formatting by Paul Duffin · 4 years ago
  43. 3f0358b Update to clang-r450784b by Yi Kong · 4 years ago
  44. 3aae38d Merge "Revert "Revert "Build notice files from license metadata.""" by Bob Badour · 4 years ago
  45. 0e2b256 Correct type of dir function by Cole Faust · 4 years ago
  46. de6a087 Revert "Revert "Build notice files from license metadata."" by Bob Badour · 4 years ago
  47. 1d3b79f Merge "Rename InvalidNullabilityOverride suppression" by Ember Rose · 4 years ago
  48. 7c57af3 Rename InvalidNullabilityOverride suppression by Ember Rose · 4 years ago
  49. 77807b3 Revert "Build notice files from license metadata." by Wei Sheng Shih · 4 years ago
  50. dbbb837 signature_trie: Avoid unnecessary wrapping and unwrapping of values by Paul Duffin · 4 years ago
  51. 2a5c090 Fix breakage: bad path join using '/' literal by Bob Badour · 4 years ago
  52. 4898316 convert java_import jars with arch variants by Sam Delmerico · 4 years ago
  53. f035d40 Support converting simple $(eval) expressions by Cole Faust · 4 years ago
  54. 43c2dca Build notice files from license metadata. by Bob Badour · 4 years ago
  55. 3eee5c4 Add libtrusty-rs to Rust allow list by David LeGare · 4 years ago
  56. 58614c0 support errorprone javacflags by Sam Delmerico · 4 years ago
  57. 76ff96f Merge "Allow Rust for tombstoned client." by Treehugger Robot · 4 years ago
  58. df95b34 Enable int-in-bool-context warning by Yi Kong · 4 years ago
  59. 3c25ab1 Merge changes I8e4c3f37,I89a32bde by Sam Delmerico · 4 years ago
  60. d93afba Merge changes from topic "no-srcs-no-deps" by Treehugger Robot · 4 years ago
  61. 91dac89 Merge "analyze_bcpf: Compute hidden_api package properties" by Treehugger Robot · 4 years ago
  62. 71350ea Merge "Always build mk2rbc/rbcrun" by Cole Faust · 4 years ago
  63. 77267c7 add plugins to javaLibraryAttributes by Sam Delmerico · 4 years ago
  64. 5f83b49 convert java_import_host with bp2build; enable jetifier by Sam Delmerico · 4 years ago
  65. a9b047a enable conversion of all java_import modules by Sam Delmerico · 4 years ago
  66. c016143 emulate java_library static_deps with Bazel exports by Sam Delmerico · 4 years ago
  67. dd97fd2 analyze_bcpf: Compute hidden_api package properties by Paul Duffin · 4 years ago
  68. 26f1991 analyze_bcpf: Add --fix option by Paul Duffin · 4 years ago
  69. 838febf Allow Rust for tombstoned client. by Andrew Walbran · 4 years ago
  70. 4dcf659 Add analyze_bcpf.py script to help manage bootclasspath_fragments by Paul Duffin · 4 years ago
  71. 5b588dd Tweak linux_glibc properties for musl builds in build/soong by Colin Cross · 4 years ago
  72. 0f2a718 Merge changes from topic "musl_clang_runtimes" by Colin Cross · 4 years ago
  73. 0cfe1f4 Merge "android_system_image only packages "system" items" by Treehugger Robot · 4 years ago
  74. d9932ad Always build mk2rbc/rbcrun by Cole Faust · 4 years ago
  75. ed12a04 Enable sanitizers for musl by Colin Cross · 4 years, 1 month ago
  76. 441898c Switch to libunwind to remove dependency on libgcc for musl by Colin Cross · 4 years, 1 month ago
  77. 9e5cc8a Add pre-built attribute to host module definition for fake snapshot. by Rob Seymour · 4 years ago
  78. ac38c0b Merge changes from topic "refactor-packagingbase" by Ram Muthiah · 4 years ago
  79. 72cbf58 Merge "rust: rust_proc_macro host snapshot support." by Ivan Lozano · 4 years ago
  80. 0fbbc2b android_system_image only packages "system" items by Jooyung Han · 4 years ago
  81. 4242115 Merge "Add values to json module graph" by Treehugger Robot · 4 years ago
  82. edd4670 Merge "Use turbine instead of kapt for kotlin annotation processors" by Colin Cross · 4 years ago
  83. e311abc Merge "Don't use ziptime or --temp_dir for turbine" by Colin Cross · 4 years ago
  84. 76c255f Merge "Revert "Add a tool to list contents of .img file"" by Jooyung Han · 4 years ago
  85. 1df464a Revert "Add a tool to list contents of .img file" by Jooyung Han · 4 years ago
  86. a883428 Move GatherPackagingSpecs out of CopyDepsToZip by Jooyung Han · 4 years ago
  87. 99c5fe6 Keep 'partition' in PackagingSpec by Jooyung Han · 4 years ago
  88. 23ce5b4 Merge "Add a tool to list contents of .img file" by Treehugger Robot · 4 years ago
  89. 6876d5a Merge "Dedupe libraries in both static and whole static" by Treehugger Robot · 4 years ago
  90. 1c2d87b Merge "Add metrics collection to soong_build" by Treehugger Robot · 4 years ago
  91. 898e076 Add values to json module graph by Liz Kammer · 4 years ago
  92. 715b08f Add metrics collection to soong_build by Chris Parsons · 4 years ago
  93. c6ea944 Merge "[HWASan] Enable zero-initialization." by Mitch Phillips · 4 years ago
  94. f61766e Use turbine instead of kapt for kotlin annotation processors by Colin Cross · 4 years ago
  95. 411647e Don't use ziptime or --temp_dir for turbine by Colin Cross · 4 years ago
  96. 183ed10 Merge "Do not propagate strict_updatability linting to conscrypt and framework-media java_sdk_libraries" by Spandan Das · 4 years ago
  97. dadc037 Merge "Allow appending artifact in dist with product name" by Trevor Radcliffe · 4 years ago
  98. 872d579 rust: rust_proc_macro host snapshot support. by Ivan Lozano · 4 years ago
  99. 846a259 Merge "Update to clang-r450784" by Yi Kong · 4 years ago
  100. 75ce5d3 Update to clang-r450784 by Yi Kong · 4 years ago