1. 4aa7faf Merge "Remove unused java testing methods" by Paul Duffin · 4 years, 5 months ago
  2. 535e0a1 Remove unused java testing methods by Paul Duffin · 4 years, 5 months ago
  3. 55e740e Remove varargs from RunTest(t *testing.T) by Paul Duffin · 4 years, 5 months ago
  4. 8b6378b Merge "Default metalava sandboxing to true" by Colin Cross · 4 years, 5 months ago
  5. dff50df Merge "Remove extraneous calls to TestingBuildParams.RelativeToTop()" by Paul Duffin · 4 years, 5 months ago
  6. ff1c8c4 Merge changes I866850b3,I9022d17b by Colin Cross · 4 years, 5 months ago
  7. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  8. e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  9. 87d3bae Merge "Migrate system_modules_test.go from NormalizePathsForTesting" by Paul Duffin · 4 years, 5 months ago
  10. 5836757 Merge "Add the transitive dependencies of boot_image to apex" by Paul Duffin · 4 years, 5 months ago
  11. 8d3c44a Merge "Add contents property to boot_image (and prebuilt_boot_image)" by Paul Duffin · 4 years, 5 months ago
  12. 3fbf2be Default metalava sandboxing to true by Colin Cross · 4 years, 5 months ago
  13. 5f6ffc7 Add dependencies for Metalava's implicit android.jar references by Colin Cross · 4 years, 5 months ago
  14. 16e6aee Merge "Add dependencies for art boot_image" by Paul Duffin · 4 years, 5 months ago
  15. 29888b1 Migrate system_modules_test.go from NormalizePathsForTesting by Paul Duffin · 4 years, 5 months ago
  16. f682410 Merge "Don't enforce <uses-library> checks if dexpreopt for apps is disabled." by Ulyana Trafimovich · 4 years, 5 months ago
  17. 4d101b6 Add the transitive dependencies of boot_image to apex by Paul Duffin · 4 years, 5 months ago
  18. 82886d6 Add contents property to boot_image (and prebuilt_boot_image) by Paul Duffin · 4 years, 5 months ago
  19. c7ef989 Add dependencies for art boot_image by Paul Duffin · 4 years, 5 months ago
  20. 39dd0a4 Don't enforce <uses-library> checks if dexpreopt for apps is disabled. by Ulya Trafimovich · 4 years, 5 months ago
  21. 4b64ba0 Add bootclasspath_fragment as an alias for boot_image by Paul Duffin · 4 years, 5 months ago
  22. 837486d Convert java/boot_image_test.go to test fixtures by Paul Duffin · 4 years, 5 months ago
  23. 64be7bb Change type of Image_name from string to *string by Paul Duffin · 4 years, 5 months ago
  24. 045ed0f Merge changes I71a83e3a,I66101c0c,Ie387c8c4,Iea742e75 by Colin Cross · 4 years, 5 months ago
  25. bc13992 Support sandboxing droiddoc and droidstubs with args properties by Colin Cross · 4 years, 5 months ago
  26. ba5fff8 Merge changes Ie8721dcd,If1827b9d,Iec250a2d,I3f46f611,Idf136919, ... by Colin Cross · 4 years, 5 months ago
  27. 6aa5c40 Strengthen metalava sandbox support using sbox by Colin Cross · 4 years, 5 months ago
  28. cb77f75 Move metalava's output files into a subdirectory by Colin Cross · 4 years, 5 months ago
  29. 0d53241 Fix lint warnings in droidstubs.go by Colin Cross · 4 years, 5 months ago
  30. 2207f87 Split droidstubs out of droiddoc.go by Colin Cross · 4 years, 5 months ago
  31. f329307 Merge "Filter duplicate modules in platform_compat_config_singleton" by Paul Duffin · 4 years, 5 months ago
  32. 7ee54ff Replace ANDROID_SDK_HOME with ANDROID_PREFS_ROOT for metalava by Colin Cross · 4 years, 5 months ago
  33. 5bedfa2 Simplify lint rules using improved RuleBuilder rsp support by Colin Cross · 4 years, 5 months ago
  34. ce3a51d Support multiple rsp files in RuleBuilder by Colin Cross · 4 years, 6 months ago
  35. a4eafdd Support multiple rsp files in REParams by Colin Cross · 4 years, 5 months ago
  36. 6c968b1 Merge "Fix TestDroiddoc's reliance on absolute paths" by Paul Duffin · 4 years, 5 months ago
  37. 737ad60 Merge "Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`." by Roland Levillain · 4 years, 5 months ago
  38. 4dd6cdb Fix TestDroiddoc's reliance on absolute paths by Paul Duffin · 4 years, 5 months ago
  39. bb9ff51 Filter duplicate modules in platform_compat_config_singleton by Paul Duffin · 4 years, 5 months ago
  40. 2258cbb Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)." by Ulyana Trafimovich · 4 years, 5 months ago
  41. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 6 months ago
  42. 958408d Merge "Cleanup usages of Dex2oatDepTag" by Paul Duffin · 4 years, 5 months ago
  43. a35178b Fix "filename too long" issue on Luci caused by test name by Paul Duffin · 4 years, 5 months ago
  44. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 5 months ago
  45. d603c7d Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`. by Roland Levillain · 4 years, 5 months ago
  46. a1063c0 Merge changes I94f66e3e,I233a4fe1,Idbb37485 by Paul Duffin · 4 years, 5 months ago
  47. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 4 years, 5 months ago
  48. 8ef5b4f Merge "Split functions for compiling boot jars to allow future code reuse." by Ulyana Trafimovich · 4 years, 5 months ago
  49. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 4 years, 5 months ago
  50. 3c84eaa Separate methods used for fixture based and legacy tests by Paul Duffin · 4 years, 5 months ago
  51. 71ae594 Remove javaFixtureFactory by Paul Duffin · 4 years, 5 months ago
  52. d6339af Remove unused test methods and buildDir by Paul Duffin · 4 years, 5 months ago
  53. 0342dc9 Remove uses of buildDir from java/rro_test.go by Paul Duffin · 4 years, 5 months ago
  54. b148a49 Remove uses of buildDir from java/kotlin_test.go by Paul Duffin · 4 years, 5 months ago
  55. 414ea5e Remove uses of buildDir from java/java_test.go and java/sdk_test.go by Paul Duffin · 4 years, 5 months ago
  56. fb0fe9f Remove uses of buildDir from java/app_test.go by Paul Duffin · 4 years, 5 months ago
  57. f71e4ed Remove uses of buildDir from java/app_set_test.go by Paul Duffin · 4 years, 5 months ago
  58. fb8bc95 Remove uses of buildDir from java/app_import_test.go by Paul Duffin · 4 years, 5 months ago
  59. f04311c Remove uses of buildDir in java/androidmk_test.go by Paul Duffin · 4 years, 5 months ago
  60. 2f9e71e Remove uses of buildDir in java/hiddenapi_singleton_test.go by Paul Duffin · 4 years, 5 months ago
  61. 67d485e Remove uses of buildDir from java/dexpreopt_bootjars_test.go by Paul Duffin · 4 years, 5 months ago
  62. c029c43 Register java_plugin in PrepareForTestWithJavaBuildComponents by Paul Duffin · 4 years, 5 months ago
  63. 7ee6e8f Merge "Add platform_compat_config to sdk" by Paul Duffin · 4 years, 5 months ago
  64. 04ba70d Register the propagateRROEnforcementMutator by Paul Duffin · 4 years, 5 months ago
  65. 42da69d Add preparer for overlay pre-singleton registration by Paul Duffin · 4 years, 5 months ago
  66. 001b234 Add platform_compat_config to sdk by Paul Duffin · 4 years, 6 months ago
  67. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 4 years, 6 months ago
  68. fa2b1cf Split functions for compiling boot jars to allow future code reuse. by Ulya Trafimovich · 4 years, 5 months ago
  69. d5deba1 Merge "Java build components require android build components" by Paul Duffin · 4 years, 6 months ago
  70. ce5a454 Java build components require android build components by Paul Duffin · 4 years, 6 months ago
  71. 2406d68 Merge "Take Module implementations out of java/java.go." by Jaewoong Jung · 4 years, 6 months ago
  72. 2634264 Take Module implementations out of java/java.go. by Jaewoong Jung · 4 years, 6 months ago
  73. d2db795 Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 by Colin Cross · 4 years, 6 months ago
  74. 54a5e9a Merge "Remove javaMockFS()" by Paul Duffin · 4 years, 6 months ago
  75. 89fbdb2 Merge "Fix TestTurbine to work without javaMockFS()" by Paul Duffin · 4 years, 6 months ago
  76. 64df56d Merge "Fix testDexpreoptBoot to work without javaMockFS()" by Paul Duffin · 4 years, 6 months ago
  77. 750f8f3 Merge "Fix TestClasspath to work without javaMockFS()" by Paul Duffin · 4 years, 6 months ago
  78. 903a8a0 Merge "Convert TestClasspath to test fixtures" by Paul Duffin · 4 years, 6 months ago
  79. 1661aff Run lint actions in sbox by Colin Cross · 4 years, 6 months ago
  80. 77cdcfd Move android package on top of remotexec by Colin Cross · 4 years, 6 months ago
  81. c3f89be Merge "Clean up java package use of python build components" by Paul Duffin · 4 years, 6 months ago
  82. d5065cf Merge "Add prebuilt_platform_compat_config" by Paul Duffin · 4 years, 6 months ago
  83. 533cf74 Merge "Separate metadata provider from apex contents provider" by Paul Duffin · 4 years, 6 months ago
  84. 93b61b4 Merge "Add emptyFixtureFactory in java package" by Paul Duffin · 4 years, 6 months ago
  85. 177cba3 Merge "Reorganize the platform_compat_config.go file" by Paul Duffin · 4 years, 6 months ago
  86. 1efdb30 Remove javaMockFS() by Paul Duffin · 4 years, 6 months ago
  87. 3d9f268 Fix TestTurbine to work without javaMockFS() by Paul Duffin · 4 years, 6 months ago
  88. 57c4d79 Fix testDexpreoptBoot to work without javaMockFS() by Paul Duffin · 4 years, 6 months ago
  89. 171de3e Fix TestClasspath to work without javaMockFS() by Paul Duffin · 4 years, 6 months ago
  90. 76101fa Convert TestClasspath to test fixtures by Paul Duffin · 4 years, 6 months ago
  91. e26e597 Merge "Fix app tests to work without javaMockFS()" by Paul Duffin · 4 years, 6 months ago
  92. 9e993c6 Merge "Convert app tests that depend on javaMockFS() to test fixtures" by Paul Duffin · 4 years, 6 months ago
  93. 8a6fef4 Merge "Convert TestUsesLibraries to test fixtures" by Paul Duffin · 4 years, 6 months ago
  94. 220ddd7 Clean up java package use of python build components by Paul Duffin · 4 years, 6 months ago
  95. 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 4 years, 6 months ago
  96. 29072a9 Separate metadata provider from apex contents provider by Paul Duffin · 4 years, 6 months ago
  97. afeee22 Add emptyFixtureFactory in java package by Paul Duffin · 4 years, 6 months ago
  98. 9615433 Reorganize the platform_compat_config.go file by Paul Duffin · 4 years, 6 months ago
  99. 45a4971 Merge changes from topic "rule_builder_rsp" by Colin Cross · 4 years, 6 months ago
  100. 2645a29 Fix app tests to work without javaMockFS() by Paul Duffin · 4 years, 6 months ago