1. c29f076 Add pom2bp param for default min_sdk_version by Anton Hansson · 4 years, 4 months ago
  2. 755b10f Merge "Add bootclasspath_fragment as an alias for boot_image" by Paul Duffin · 4 years, 4 months ago
  3. 60fbea0 Merge "Convert java/boot_image_test.go to test fixtures" by Paul Duffin · 4 years, 4 months ago
  4. 63782ab Merge "Change type of Image_name from string to *string" by Paul Duffin · 4 years, 4 months ago
  5. 1b3d492 Merge "Make apex/boot_image_test.go more realistic" by Paul Duffin · 4 years, 4 months ago
  6. 30231da Merge "Convert linkerconfig package to use test fixtures" by Paul Duffin · 4 years, 4 months ago
  7. 4b64ba0 Add bootclasspath_fragment as an alias for boot_image by Paul Duffin · 4 years, 4 months ago
  8. 837486d Convert java/boot_image_test.go to test fixtures by Paul Duffin · 4 years, 4 months ago
  9. 64be7bb Change type of Image_name from string to *string by Paul Duffin · 4 years, 4 months ago
  10. 9ea71c0 Make apex/boot_image_test.go more realistic by Paul Duffin · 4 years, 4 months ago
  11. cb74560 Merge "Remove comment about gitignore for BUILD files." by Jingwen Chen · 4 years, 4 months ago
  12. a8f6db9 Merge changes I1f0ab4af,Iea3be0fc by Ulyana Trafimovich · 4 years, 4 months ago
  13. 0839101 Merge "Prune test preparers in apex/boot_image_test.go" by Paul Duffin · 4 years, 4 months ago
  14. fed8df3 Merge "Prevent apex from using preferred prebuilt_boot_image" by Paul Duffin · 4 years, 4 months ago
  15. acde8e7 Merge "Convert kernel package to use test fixtures" by Paul Duffin · 4 years, 4 months ago
  16. 2288f31 Remove comment about gitignore for BUILD files. by Jingwen Chen · 4 years, 4 months ago
  17. 785f378 Merge "rust: Add features list to rust_project.json" by Thiébaud Weksteen · 4 years, 4 months ago
  18. e5ac250 Convert kernel package to use test fixtures by Paul Duffin · 4 years, 4 months ago
  19. 2a2fb66 Convert linkerconfig package to use test fixtures by Paul Duffin · 4 years, 4 months ago
  20. 52bfaa4 Prune test preparers in apex/boot_image_test.go by Paul Duffin · 4 years, 4 months ago
  21. 396229f Prevent apex from using preferred prebuilt_boot_image by Paul Duffin · 4 years, 5 months ago
  22. cf7f2e0 Merge "Make TestingBuildParams.RelativeToTop() modify (Writable)Path(s)" by Paul Duffin · 4 years, 4 months ago
  23. 045ed0f Merge changes I71a83e3a,I66101c0c,Ie387c8c4,Iea742e75 by Colin Cross · 4 years, 4 months ago
  24. 352bdf2 Merge "rust: Add whole_static_libs, revert static_lib" by Ivan Lozano · 4 years, 4 months ago
  25. 10906f5 Merge changes from topic "min_sdk_version" by Treehugger Robot · 4 years, 4 months ago
  26. b33f9d8 Remove lib_dns from bp2build converter denylist (module name typo, should be libc_dns). by Rupert Shuttleworth · 4 years, 4 months ago
  27. a9e1824 Don't convert libc_dns using the cc_library_static bp2build converter. by Rupert Shuttleworth · 4 years, 4 months ago
  28. d91c9b1 Merge "Use interface for $(location) values in genrules" by Colin Cross · 4 years, 4 months ago
  29. 0f256ff Merge "Add bp2build support for cc_library_static." by Rupert Shuttleworth · 4 years, 4 months ago
  30. ba5fff8 Merge changes Ie8721dcd,If1827b9d,Iec250a2d,I3f46f611,Idf136919, ... by Colin Cross · 4 years, 4 months ago
  31. d411f06 Merge "Remove obsolete comment on PrebuiltPostDepsMutator" by Treehugger Robot · 4 years, 4 months ago
  32. 6aa5c40 Strengthen metalava sandbox support using sbox by Colin Cross · 4 years, 4 months ago
  33. cb77f75 Move metalava's output files into a subdirectory by Colin Cross · 4 years, 4 months ago
  34. 0d53241 Fix lint warnings in droidstubs.go by Colin Cross · 4 years, 4 months ago
  35. 2207f87 Split droidstubs out of droiddoc.go by Colin Cross · 4 years, 4 months ago
  36. f329307 Merge "Filter duplicate modules in platform_compat_config_singleton" by Paul Duffin · 4 years, 4 months ago
  37. 863ecfb Merge "Disallow non-existent paths in sdk package" by Paul Duffin · 4 years, 4 months ago
  38. cf0bc53 Merge "Improve sdk snapshot testing" by Paul Duffin · 4 years, 4 months ago
  39. d11cf62 Use interface for $(location) values in genrules by Colin Cross · 4 years, 4 months ago
  40. 7ee54ff Replace ANDROID_SDK_HOME with ANDROID_PREFS_ROOT for metalava by Colin Cross · 4 years, 4 months ago
  41. 5bedfa2 Simplify lint rules using improved RuleBuilder rsp support by Colin Cross · 4 years, 4 months ago
  42. ce3a51d Support multiple rsp files in RuleBuilder by Colin Cross · 4 years, 5 months ago
  43. e55bd42 Pass rsp files into sbox and rewrapper by Colin Cross · 4 years, 4 months ago
  44. 045bfd9 Add test for sbox input sandboxing by Colin Cross · 4 years, 4 months ago
  45. a4eafdd Support multiple rsp files in REParams by Colin Cross · 4 years, 4 months ago
  46. fd708b5 Move response file handling to a separate package by Colin Cross · 4 years, 4 months ago
  47. bbb0f8f Make TestingBuildParams.RelativeToTop() modify (Writable)Path(s) by Paul Duffin · 4 years, 4 months ago
  48. 6c968b1 Merge "Fix TestDroiddoc's reliance on absolute paths" by Paul Duffin · 4 years, 4 months ago
  49. 301deec Merge "Add Path.RelativeToTop" by Paul Duffin · 4 years, 4 months ago
  50. 4c0b11a Merge "[pgo] Do not explicitly link profile runtime" by Pirama Arumuga Nainar · 4 years, 4 months ago
  51. 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 4 years, 4 months ago
  52. 737ad60 Merge "Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`." by Roland Levillain · 4 years, 4 months ago
  53. 095081c Add bp2build support for cc_library_static. by Rupert Shuttleworth · 4 years, 4 months ago
  54. 6400f20 Merge "bp2build: add a per-module denylist." by Jingwen Chen · 4 years, 4 months ago
  55. 618eeff Merge "Remove config from basePath" by Paul Duffin · 4 years, 4 months ago
  56. 85484e3 Merge changes I12e1854c,I08f7dba4 by Paul Duffin · 4 years, 4 months ago
  57. 4dd6cdb Fix TestDroiddoc's reliance on absolute paths by Paul Duffin · 4 years, 4 months ago
  58. 85d8f0d Add Path.RelativeToTop by Paul Duffin · 4 years, 4 months ago
  59. bb9ff51 Filter duplicate modules in platform_compat_config_singleton by Paul Duffin · 4 years, 4 months ago
  60. db462dd Disallow non-existent paths in sdk package by Paul Duffin · 4 years, 5 months ago
  61. dd62295 Fix AAPT path in dexpreopt. by Ulya Trafimovich · 4 years, 4 months ago
  62. 1822a0a Improve sdk snapshot testing by Paul Duffin · 4 years, 5 months ago
  63. 2258cbb Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)." by Ulyana Trafimovich · 4 years, 4 months ago
  64. 5d72cba bp2build: add a per-module denylist. by Jingwen Chen · 4 years, 4 months ago
  65. 74abc5d Remove config from basePath by Paul Duffin · 4 years, 4 months ago
  66. d65c58b Add buildDir to WritablePath implementations by Paul Duffin · 4 years, 4 months ago
  67. 580efc8 Add srcDir to SourcePath by Paul Duffin · 4 years, 4 months ago
  68. 2b1d2b6 Merge "Cleanup some issues left over from previous reviews" by Paul Duffin · 4 years, 4 months ago
  69. e742ee1 Merge "Convert test that disallows non existent paths to use fixtures" by Paul Duffin · 4 years, 4 months ago
  70. e8b0ee7 rust: Add features list to rust_project.json by Thiébaud Weksteen · 4 years, 4 months ago
  71. f7e79a5 Merge "Enable safe ICF for all devices" by Treehugger Robot · 4 years, 4 months ago
  72. 8b08665 Merge "Revert "Add bp2build support for cc_library_static."" by Jingwen Chen · 4 years, 4 months ago
  73. f941054 Revert "Add bp2build support for cc_library_static." by Jingwen Chen · 4 years, 4 months ago
  74. d3e1010 Merge "Add bp2build support for cc_library_static." by Rupert Shuttleworth · 4 years, 4 months ago
  75. 3cb2c06 Cleanup some issues left over from previous reviews by Paul Duffin · 4 years, 5 months ago
  76. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 5 months ago
  77. 958408d Merge "Cleanup usages of Dex2oatDepTag" by Paul Duffin · 4 years, 4 months ago
  78. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 4 years, 4 months ago
  79. ed35a90 Merge "Fix "filename too long" issue on Luci caused by test name" by Nicolas Geoffray · 4 years, 4 months ago
  80. 688ba5b Merge "Remove testSdkWithJava" by Paul Duffin · 4 years, 4 months ago
  81. c8ad864 Merge "Convert java_sdk_test.go tests to fixtures" by Paul Duffin · 4 years, 4 months ago
  82. f2926e7 Merge "Make null builds always be null builds." by Lukács T. Berki · 4 years, 4 months ago
  83. ac94726 Remove testSdkWithJava by Paul Duffin · 4 years, 5 months ago
  84. 9ec86b1 Convert java_sdk_test.go tests to fixtures by Paul Duffin · 4 years, 5 months ago
  85. a35178b Fix "filename too long" issue on Luci caused by test name by Paul Duffin · 4 years, 4 months ago
  86. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 4 months ago
  87. d603c7d Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`. by Roland Levillain · 4 years, 4 months ago
  88. 21e743d Add bp2build support for cc_library_static. by Rupert Shuttleworth · 4 years, 5 months ago
  89. a1063c0 Merge changes I94f66e3e,I233a4fe1,Idbb37485 by Paul Duffin · 4 years, 4 months ago
  90. 70204f9 Merge "rust: Drop libgcc dependency" by Thiébaud Weksteen · 4 years, 4 months ago
  91. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 4 years, 5 months ago
  92. 8ef5b4f Merge "Split functions for compiling boot jars to allow future code reuse." by Ulyana Trafimovich · 4 years, 4 months ago
  93. c99c947 Make null builds always be null builds. by Lukacs T. Berki · 4 years, 4 months ago
  94. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 4 years, 4 months ago
  95. 3c84eaa Separate methods used for fixture based and legacy tests by Paul Duffin · 4 years, 4 months ago
  96. f8e3d83 Use more inclusive language in dexpreopt/testing.go by Paul Duffin · 4 years, 4 months ago
  97. b6535d3 Merge "Remove javaFixtureFactory" by Paul Duffin · 4 years, 4 months ago
  98. 9d33cf2 Merge "Remove unused test methods and buildDir" by Paul Duffin · 4 years, 4 months ago
  99. 38e73fc Merge "Remove uses of buildDir from java/rro_test.go" by Paul Duffin · 4 years, 4 months ago
  100. 5916fe6 Merge "Remove uses of buildDir from java/kotlin_test.go" by Paul Duffin · 4 years, 4 months ago