1. b148a49 Remove uses of buildDir from java/kotlin_test.go by Paul Duffin · 5 years ago
  2. 414ea5e Remove uses of buildDir from java/java_test.go and java/sdk_test.go by Paul Duffin · 5 years ago
  3. fb0fe9f Remove uses of buildDir from java/app_test.go by Paul Duffin · 5 years ago
  4. f71e4ed Remove uses of buildDir from java/app_set_test.go by Paul Duffin · 5 years ago
  5. fb8bc95 Remove uses of buildDir from java/app_import_test.go by Paul Duffin · 5 years ago
  6. f04311c Remove uses of buildDir in java/androidmk_test.go by Paul Duffin · 5 years ago
  7. 2f9e71e Remove uses of buildDir in java/hiddenapi_singleton_test.go by Paul Duffin · 5 years ago
  8. 67d485e Remove uses of buildDir from java/dexpreopt_bootjars_test.go by Paul Duffin · 5 years ago
  9. c029c43 Register java_plugin in PrepareForTestWithJavaBuildComponents by Paul Duffin · 5 years ago
  10. dca349a Merge "Handle include_build_directory prop in bp2build" by Treehugger Robot · 5 years ago
  11. 7ee6e8f Merge "Add platform_compat_config to sdk" by Paul Duffin · 5 years ago
  12. e835389 Merge "Add TestBasicSdkWithBootImage" by Paul Duffin · 5 years ago
  13. 713b501 Merge "Register the propagateRROEnforcementMutator" by Paul Duffin · 5 years ago
  14. c29088b Merge "Remove .rustc ELF section from mini-debug-info." by Treehugger Robot · 5 years ago
  15. e0998ab Merge "Add preparer for overlay pre-singleton registration" by Paul Duffin · 5 years ago
  16. 010bb3c Merge "Add TestingModule.VariablesForTestsRelativeToTop" by Paul Duffin · 5 years ago
  17. a327008 Merge "Add TestingBuildParams.RelativeToTop()" by Paul Duffin · 5 years ago
  18. 332310a Merge "Improve searching for TestingBuildParams using the output file" by Paul Duffin · 5 years ago
  19. b09a2d6 Merge "Move helper methods that take testBuildProvider into baseTestingComponent" by Paul Duffin · 5 years ago
  20. 48c21e6 Merge "Extract functionality common to TestingModule/Singleton" by Paul Duffin · 5 years ago
  21. 9b6108f Merge "Fix PackagingBase.CopyDepsToZip" by Treehugger Robot · 5 years ago
  22. 04a2693 Merge "Fix default value of BoardSepolicyVers" by Treehugger Robot · 5 years ago
  23. 04ba70d Register the propagateRROEnforcementMutator by Paul Duffin · 5 years ago
  24. 42da69d Add preparer for overlay pre-singleton registration by Paul Duffin · 5 years ago
  25. 97d8b40 Add TestingModule.VariablesForTestsRelativeToTop by Paul Duffin · 5 years ago
  26. 709e0e3 Add TestingBuildParams.RelativeToTop() by Paul Duffin · 5 years ago
  27. 4e6e35c Improve searching for TestingBuildParams using the output file by Paul Duffin · 5 years ago
  28. 0eda26b9 Move helper methods that take testBuildProvider into baseTestingComponent by Paul Duffin · 5 years ago
  29. 31a2288 Extract functionality common to TestingModule/Singleton by Paul Duffin · 5 years ago
  30. 001b234 Add platform_compat_config to sdk by Paul Duffin · 5 years ago
  31. 04b4a19 Add TestBasicSdkWithBootImage by Paul Duffin · 5 years ago
  32. 4a1d451 Convert boot_image_sdk_test.go to fixtures by Paul Duffin · 5 years ago
  33. cf3ee2f Allow sdk package tests to optimize their test setup by Paul Duffin · 5 years ago
  34. c93c98e Use test fixtures in CheckSnapshot() by Paul Duffin · 5 years ago
  35. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 5 years ago
  36. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 5 years ago
  37. 30ac3e7 Remove uses of FixtureFactory from android package by Paul Duffin · 5 years ago
  38. ff2aa69 Deprecate FixtureFactory in favor of FixturePreparer by Paul Duffin · 5 years ago
  39. 4ca6752 Replace FixturePreparer.visit() with list() by Paul Duffin · 5 years ago
  40. cff464f Remove errorHandler from FixtureFactory by Paul Duffin · 5 years ago
  41. 5925182 Allow access to preparers that produced a TestResult by Paul Duffin · 5 years ago
  42. 6bef6fe Merge "Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag" by Paul Duffin · 5 years ago
  43. 679d530 Merge "Switch to clang r416183 12.0.4." by Pirama Arumuga Nainar · 5 years ago
  44. 0c4eec8 Fix default value of BoardSepolicyVers by Inseob Kim · 5 years ago
  45. 2b077ba Merge changes from topic "move_allowed_deps_txt" by satayev · 5 years ago
  46. 3d5f6a1 Merge "Prevent invalid paths being added to mock file system" by Paul Duffin · 5 years ago
  47. c737fac Merge "Replace AssertPanic with AssertPanicMessageContains" by Paul Duffin · 5 years ago
  48. 4c3e8e2 Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag by Paul Duffin · 5 years ago
  49. 50e4981 Merge "Cleanup the now unused testCustomizer" by Paul Duffin · 5 years ago
  50. b535616 Merge "Convert test specific customizers to FixturePreparers" by Paul Duffin · 5 years ago
  51. 7ba0448 Merge "Convert shared customizer functions to return FixturePreparers" by Paul Duffin · 5 years ago
  52. 241f547 Merge "Allow test handlers to be either FixturePreparer or testCustomizer" by Paul Duffin · 5 years ago
  53. 043427b Merge "Convert apex/boot_image_test.go to use test fixtures" by Paul Duffin · 5 years ago
  54. 32b0e07 Merge "Switch testApex and related methods to use test fixtures" by Paul Duffin · 5 years ago
  55. 5e737ad Merge "Allow customization of all fixture state at once" by Treehugger Robot · 5 years ago
  56. 3bcdfe8 Merge "Add prepareForSdkTestWithJava" by Paul Duffin · 5 years ago
  57. d5deba1 Merge "Java build components require android build components" by Paul Duffin · 5 years ago
  58. d14cbc1 Add prepareForSdkTestWithJava by Paul Duffin · 5 years ago
  59. ce5a454 Java build components require android build components by Paul Duffin · 5 years ago
  60. b474fc0 Remove .rustc ELF section from mini-debug-info. by David Srbecky · 5 years ago
  61. f2be52c Merge "Revert "[strip.sh] Move remaining GNU binutils usage to llvm binutils"" by Treehugger Robot · 5 years ago
  62. 2406d68 Merge "Take Module implementations out of java/java.go." by Jaewoong Jung · 5 years ago
  63. 33dfba1 Revert "[strip.sh] Move remaining GNU binutils usage to llvm binutils" by David Srbecky · 5 years ago
  64. 8cc04e5 Merge "manifest_check.py: translate library names using dexpreopt configs." by Treehugger Robot · 5 years ago
  65. 80f4cea Prevent invalid paths being added to mock file system by Paul Duffin · 5 years ago
  66. 9f4b3bb Replace AssertPanic with AssertPanicMessageContains by Paul Duffin · 5 years ago
  67. 40b6257 Cleanup the now unused testCustomizer by Paul Duffin · 5 years ago
  68. 0a49fdc Convert test specific customizers to FixturePreparers by Paul Duffin · 5 years ago
  69. 810f33d Convert shared customizer functions to return FixturePreparers by Paul Duffin · 5 years ago
  70. 2be9dcd Allow test handlers to be either FixturePreparer or testCustomizer by Paul Duffin · 5 years ago
  71. 34d433a Convert apex/boot_image_test.go to use test fixtures by Paul Duffin · 5 years ago
  72. e05480a Switch testApex and related methods to use test fixtures by Paul Duffin · 5 years ago
  73. ae542a5 Allow customization of all fixture state at once by Paul Duffin · 5 years ago
  74. 2634264 Take Module implementations out of java/java.go. by Jaewoong Jung · 5 years ago
  75. 0387862 Merge "Migrate manifest_*_test out of test mapping" by Julien Desprez · 5 years ago
  76. 479605b Merge changes I6b868bac,If75f4718 by Paul Duffin · 5 years ago
  77. d2db795 Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 by Colin Cross · 5 years ago
  78. 2dc86b2 Migrate manifest_*_test out of test mapping by Julien Desprez · 5 years ago
  79. a4aa430 Handle include_build_directory prop in bp2build by Liz Kammer · 5 years ago
  80. 00d5428 Merge "[strip.sh] Move remaining GNU binutils usage to llvm binutils" by Yi Kong · 5 years ago
  81. 54a5e9a Merge "Remove javaMockFS()" by Paul Duffin · 5 years ago
  82. 89fbdb2 Merge "Fix TestTurbine to work without javaMockFS()" by Paul Duffin · 5 years ago
  83. 64df56d Merge "Fix testDexpreoptBoot to work without javaMockFS()" by Paul Duffin · 5 years ago
  84. 750f8f3 Merge "Fix TestClasspath to work without javaMockFS()" by Paul Duffin · 5 years ago
  85. 903a8a0 Merge "Convert TestClasspath to test fixtures" by Paul Duffin · 5 years ago
  86. b1672af Merge "bp2build: cc_library_headers converter should only include that module type" by Jingwen Chen · 5 years ago
  87. ad50ce8 [strip.sh] Move remaining GNU binutils usage to llvm binutils by Yi Kong · 5 years ago
  88. c7d2347 Switch to clang r416183 12.0.4. by Pirama Arumuga Nainar · 5 years ago
  89. fc8e9c7 Merge "Add sepolicy related variables" by Inseob Kim · 5 years ago
  90. b1d5479 Merge "Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__" by Justin Yun · 5 years ago
  91. 1661aff Run lint actions in sbox by Colin Cross · 5 years ago
  92. ef97274 Support sbox-in-RBE by Colin Cross · 5 years ago
  93. 77cdcfd Move android package on top of remotexec by Colin Cross · 5 years ago
  94. ab020a7 Support sandboxing inputs in RuleBuilder by Colin Cross · 5 years ago
  95. c5a0089 Merge "bp2build: genrule converter only supports "genrule"." by Jingwen Chen · 5 years ago
  96. c7846f3 bp2build: cc_library_headers converter should only include that module type by Jingwen Chen · 5 years ago
  97. a5d0976 Merge changes Idcbe2046,I09616402,Ide2f1ed9 by Colin Cross · 5 years ago
  98. 0e3758c Merge "Remove "-C link-dead-code=y" flag" by Tri Vo · 5 years ago
  99. d19b824 Merge "Check for frameworks/base/Android.bp instead of frameworks/base" by Treehugger Robot · 5 years ago
  100. 4766587 Merge "Allowlist RBE_num_retries_if_mismatched variable" by Kousik Kumar · 5 years ago