1. 0022547 Merge "Make LLVM_NEXT extra cflags no override" by Treehugger Robot · 2 years, 9 months ago
  2. 4a25e78 Merge "Use the same rpaths for tests and binaries and cc and rust" by Colin Cross · 2 years, 9 months ago
  3. 7438462 Merge "Sort canned fs_config lines to facilitate comparison with Bazel-built APEXes" by Alexander Smundak · 2 years, 9 months ago
  4. a458ac0 Merge "Optimize isAncestor" by Treehugger Robot · 2 years, 9 months ago
  5. 60a2010 Make LLVM_NEXT extra cflags no override by Yi Kong · 2 years, 9 months ago
  6. 26248cf Merge changes I48426a8e,Ic991e3ae,I9768241f by Treehugger Robot · 2 years, 9 months ago
  7. 3ac7db8 Optimize isAncestor by Cole Faust · 2 years, 9 months ago
  8. cd08ae4 Merge "Add java_api_library properties to java_defaults" by Jihoon Kang · 2 years, 9 months ago
  9. 3095d8e Merge "Use centralized rules.bzl file for android rules in bp2build." by Romain Jobredeaux · 2 years, 9 months ago
  10. 2b4bc2f Merge "Increase ram usage estimate in multiproduct_kati" by Cole Faust · 2 years, 9 months ago
  11. ed2491c Merge "java_binary with kotlin sources" by Alix Espino · 2 years, 9 months ago
  12. 7def86d Merge "Update app tests to set Unbundled_build" by Treehugger Robot · 2 years, 9 months ago
  13. 680de18 Merge "conv_linker_config proto supports multiple input json files" by Jooyung Han · 2 years, 9 months ago
  14. d632293 Sort canned fs_config lines to facilitate comparison with Bazel-built APEXes by Sasha Smundak · 2 years, 9 months ago
  15. b83b7b0 bp2build apex min_sdk_version w/ soong config var by Liz Kammer · 2 years, 10 months ago
  16. 9d2d410 Handle soong config vars for string attrs by Liz Kammer · 2 years, 10 months ago
  17. f3963f8 bp2build correctly handle empty soong_config_var by Liz Kammer · 2 years, 10 months ago
  18. 0ddd60f Merge "Reference deapexer directly in bazel-bin" by Treehugger Robot · 2 years, 9 months ago
  19. 39a301c Clean up mixed builds module names filtering by Sasha Smundak · 2 years, 10 months ago
  20. 225a37a Use the same rpaths for tests and binaries and cc and rust by Colin Cross · 2 years, 9 months ago
  21. bf51151 Merge "Fix go.mod, add go.work to use local versions of the dependent modules." by Treehugger Robot · 2 years, 9 months ago
  22. 36b259f Increase ram usage estimate in multiproduct_kati by Cole Faust · 2 years, 9 months ago
  23. df01030 Merge changes I78639a2d,Iddb0aa1a by Spandan Das · 2 years, 9 months ago
  24. 41eff2e Reference deapexer directly in bazel-bin by Chris Parsons · 2 years, 9 months ago
  25. 5ccb460 Use centralized rules.bzl file for android rules in bp2build. by Romain Jobredeaux · 2 years, 10 months ago
  26. c69b263 Merge "Delete the noisy error message" by Jason Wu · 2 years, 9 months ago
  27. 4bf6a9e Merge "Fix ALLOW_MISSING_DEPENDENCIES builds for prebuilt JNI libraries" by Treehugger Robot · 2 years, 9 months ago
  28. 18845d0 Update app tests to set Unbundled_build by Harshit Mahajan · 2 years, 9 months ago
  29. 8756ae3 Fix go.mod, add go.work to use local versions of the dependent modules. by Sasha Smundak · 2 years, 11 months ago
  30. e0598a1 Merge "Consider only preferred modules for jdeps" by Treehugger Robot · 2 years, 9 months ago
  31. 48aa223 Consider only preferred modules for jdeps by Inseob Kim · 2 years, 9 months ago
  32. 255648c Create a smoke test for api_bp2build workspace by Spandan Das · 2 years, 9 months ago
  33. 83e787e Add a new CreateSoongInjectionDirFiles function by Spandan Das · 2 years, 9 months ago
  34. 8555ed8 Merge "Add integration test for testing the arch variant passed to cc modules included in APEXES." by Wei Li · 2 years, 9 months ago
  35. 40559eb Merge "apex mixed builds: use the .capex when required." by Jingwen Chen · 2 years, 9 months ago
  36. 3dfb939 Merge "Create a "Toolchain" API surface" by Spandan Das · 2 years, 9 months ago
  37. 8606575 Merge "Fix upload-only to retrieve the METRICS_UPLOADER variable in a timely manner." by Mark Dacek · 2 years, 9 months ago
  38. f7ef4a6 Merge "[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image" by Treehugger Robot · 2 years, 9 months ago
  39. 0f2d054 Merge "Optimize PathForBazelOutRelative" by Treehugger Robot · 2 years, 9 months ago
  40. ff1bb31 Delete the noisy error message by Jason Wu · 2 years, 10 months ago
  41. 1c51f50 Add java_api_library properties to java_defaults by Jihoon Kang · 2 years, 9 months ago
  42. ad2ac54 Add integration test for testing the arch variant passed to cc modules included in APEXES. by Wei Li · 2 years, 9 months ago
  43. 7901e58 Fix upload-only to retrieve the METRICS_UPLOADER variable in a timely manner. by MarkDacek · 2 years, 9 months ago
  44. 0abd4b4 Optimize PathForBazelOutRelative by Cole Faust · 2 years, 9 months ago
  45. 000e3a3 [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image by Alice Wang · 2 years, 10 months ago
  46. 57b1e40 Merge "Remove apex_available tag in cc_library_static generated from stubs-providing lib" by Vinh Tran · 2 years, 9 months ago
  47. 94098e8 apex mixed builds: use the .capex when required. by Jingwen Chen · 2 years, 9 months ago
  48. 5835863 Merge "Move target sdk version enforcement check" by Harshit Mahajan · 2 years, 9 months ago
  49. d6dd6a3 Merge changes I55dc71d2,I250ee4e1 by Paul Duffin · 2 years, 9 months ago
  50. 0c79abc Merge "Dedup registration of Soong config module types" by Paul Duffin · 2 years, 9 months ago
  51. 32a86bd Merge "Fix the description of Avb_hash_algorithm & algorithm" by Treehugger Robot · 2 years, 9 months ago
  52. 709c59b Merge "Add variant_prepend support for all the properties in bp2build" by Zi Wang · 2 years, 9 months ago
  53. 0513c55 Merge "Revert "[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta..."" by Treehugger Robot · 2 years, 9 months ago
  54. 205d148 Merge "Stop embedding soong_build_metrics in soong_metrics" by Jason Wu · 2 years, 9 months ago
  55. bc675eb Revert "[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta..." by Jerry Huang · 2 years, 9 months ago
  56. a4b7e79 Merge "Remove SourcePath.srcDir" by Treehugger Robot · 2 years, 9 months ago
  57. 4632840 Merge "[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image" by Treehugger Robot · 2 years, 9 months ago
  58. 41886f2 Stop embedding soong_build_metrics in soong_metrics by Jason Wu · 2 years, 9 months ago
  59. 483d1f7 Remove SourcePath.srcDir by Cole Faust · 2 years, 9 months ago
  60. fafe064 [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image by Alice Wang · 2 years, 10 months ago
  61. 8f202ad Move target sdk version enforcement check by Harshit Mahajan · 2 years, 9 months ago
  62. 7c8eaeb java_binary with kotlin sources by Alix · 2 years, 11 months ago
  63. 64b0fbd Merge "Move art's java_system_modules into a shared inner tree" by Spandan Das · 2 years, 9 months ago
  64. 2822aaa Merge "Revert "Add integration test for testing the arch variant passed to cc modules included in APEXES."" by Wei Li · 2 years, 9 months ago
  65. e8b4768 Avoid separate call to module factory to create conditional properties by Paul Duffin · 2 years, 9 months ago
  66. f1e6a04 Test using soong_config_module_type with singleton module type by Paul Duffin · 2 years, 9 months ago
  67. 3229998 Dedup registration of Soong config module types by Paul Duffin · 2 years, 9 months ago
  68. 016d224 Merge "Configure ObsoleteLintCustomCheck lint as fatal" by Matt Gilbride · 2 years, 9 months ago
  69. 9955d07 Merge "cosmetic: auto-scan test_ functions" by Usta (Tsering) Shrestha · 2 years, 9 months ago
  70. 014ccd4 conv_linker_config proto supports multiple input json files by Jooyung Han · 2 years, 9 months ago
  71. 60ba389 Revert "Add integration test for testing the arch variant passed to cc modules included in APEXES." by Jingwen Chen · 2 years, 9 months ago
  72. 939673b Merge "Remove memberMutator and use DepsMutator instead" by Paul Duffin · 2 years, 9 months ago
  73. 351ca9a Merge "Remove memberDepsMutator, SdkAware et al" by Treehugger Robot · 2 years, 9 months ago
  74. 4520481 Merge changes I07db8afc,Ia89e0239 by Treehugger Robot · 2 years, 9 months ago
  75. 3c867b6 Merge "Remove SdkAware.SdkMemberComponentName" by Treehugger Robot · 2 years, 9 months ago
  76. 8a5d412 Merge "Add header_abi_checker properties for vendor, product, and platform" by Hsin-Yi Chen · 2 years, 9 months ago
  77. fcfc9d3 Merge "Add integration test for testing the arch variant passed to cc modules included in APEXES." by Wei Li · 2 years, 9 months ago
  78. 501a797 Merge "Bp2build support for multiple product configs" by Cole Faust · 2 years, 9 months ago
  79. 6c58829 Add integration test for testing the arch variant passed to cc modules included in APEXES. by Wei Li · 2 years, 10 months ago
  80. e76fa00 Merge "Remove IsModuleInVersionedSdk" by Paul Duffin · 2 years, 9 months ago
  81. 5366821 Merge "Dedup checks for module being in versioned sdk snapshot" by Paul Duffin · 2 years, 9 months ago
  82. c8fe431 Merge "Stop using versioned snapshots in TestBasicSdkWithBootclasspathFragment" by Paul Duffin · 2 years, 9 months ago
  83. 4a0f402 Merge "Merge TQ1A.230105.002 to aosp-master - DO NOT MERGE" by Bill Yi · 2 years, 9 months ago
  84. 6228be4 Merge "support libs for android_library" by Treehugger Robot · 2 years, 9 months ago
  85. f09cfc4 Merge TQ1A.230105.002 to aosp-master - DO NOT MERGE by Bill Yi · 2 years, 9 months ago
  86. a4e0a0f cosmetic: auto-scan test_ functions by Usta Shrestha · 2 years, 9 months ago
  87. c49c49a Merge "Show correct line numbers for errors in an $(eval)" by Cole Faust · 2 years, 9 months ago
  88. a2cccc3 bp2build converts android.hardware.audio AIDL by Sam Delmerico · 2 years, 9 months ago
  89. 82fb94e support libs for android_library by Alix · 3 years ago
  90. b85d1a1 Bp2build support for multiple product configs by Cole Faust · 3 years ago
  91. 0592859 Merge "Move common functions to script_utils.sh" by Joe Onorato · 2 years, 9 months ago
  92. 7366042 Show correct line numbers for errors in an $(eval) by Cole Faust · 2 years, 9 months ago
  93. 58f7784 Merge "Stop changes to BAZEL_METRICS_DIR regenerating ninja file" by Paul Duffin · 2 years, 9 months ago
  94. 69f04a1 Configure ObsoleteLintCustomCheck lint as fatal by mattgilbride · 2 years, 9 months ago
  95. 92297f2 Merge "Rename proto field." by Mark Dacek · 2 years, 9 months ago
  96. c00d91d Merge "Run ckati step of the Android build tracing given variables" by Treehugger Robot · 2 years, 9 months ago
  97. 8533307 Merge "Revert "R8/D8 should use sdk_version prop to determine API surface stability."" by Spandan Das · 2 years, 9 months ago
  98. 7eb9243 Revert "R8/D8 should use sdk_version prop to determine API surface stability." by Spandan Das · 2 years, 9 months ago
  99. d363771 Merge "Libs support for * -> java_library_edge with kt sources" by Alix Espino · 2 years, 9 months ago
  100. a3a62a3 Rename proto field. by MarkDacek · 2 years, 9 months ago