1. 13decfb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ by Justin Yun · 3 years, 10 months ago
  2. aa52d66 Merge "Add service-connectivity-pre-jarjar to legacy core platform list" by Remi NGUYEN VAN · 3 years, 10 months ago
  3. d7aea1d Remove TestHelper by Paul Duffin · 3 years, 10 months ago
  4. 012b667 Switch to Assert... functions in dexpreopt_bootjars_test.go by Paul Duffin · 3 years, 10 months ago
  5. c81854a Stop error handler relying on testing.T being embedded in TestResult by Paul Duffin · 3 years, 10 months ago
  6. 36474d3 Stop sdk package depending on testing.T being embedded in TestResult by Paul Duffin · 3 years, 10 months ago
  7. e84b133 Migrate from result methods to function Asserts by Paul Duffin · 3 years, 10 months ago
  8. bf6dccc Merge "Stop android package depending on testing.T being embedded in TestResult" by Paul Duffin · 3 years, 10 months ago
  9. b37b009 Merge "Delete defaultsFactory in java.go." by Jaewoong Jung · 3 years, 10 months ago
  10. 5a05956 Merge changes If7977493,I3b2ccf66 by Paul Duffin · 3 years, 10 months ago
  11. e2c1406 Merge "Remove unused TestResult methods" by Paul Duffin · 3 years, 10 months ago
  12. c001dc6 Merge "Remove the robolectric heuristic out of java_test" by Julien Desprez · 3 years, 10 months ago
  13. 3d0ddff Stop android package depending on testing.T being embedded in TestResult by Paul Duffin · 3 years, 10 months ago
  14. 9dcf253 Add new function Assert methods by Paul Duffin · 3 years, 10 months ago
  15. 3fdb1bd Remove unused TestResult methods by Paul Duffin · 3 years, 10 months ago
  16. 0550055 Separate TestHelper from fixtures by Paul Duffin · 3 years, 10 months ago
  17. f6b5f82 Merge "Add libruy_static to allowed_deps" by Lev Proleev · 3 years, 10 months ago
  18. 34d300b Merge "Enable cfi for 32bit arch" by Cindy Zhou · 3 years, 10 months ago
  19. a8c4436 Merge "Convert testDexpreoptBoot to use test fixtures" by Paul Duffin · 3 years, 10 months ago
  20. d0b3574 Merge "Fix bootimg.cmdline to use ShellEscapeIncludingSpaces" by Jooyung Han · 3 years, 10 months ago
  21. 451aeef Convert testDexpreoptBoot to use test fixtures by Paul Duffin · 3 years, 10 months ago
  22. ebddef3 Fix build failure in boot_image_sdk_test.go by Paul Duffin · 3 years, 10 months ago
  23. 32a8aad Merge "Add prebuilt_boot_image and add boot_images to sdk" by Paul Duffin · 3 years, 10 months ago
  24. 412a209 Merge "Prevent mock filesystem files being overridden by accident" by Paul Duffin · 3 years, 10 months ago
  25. c10ee77 Merge changes Ifc96992e,Ic76523ba by Paul Duffin · 3 years, 10 months ago
  26. c7cdd15 Merge "Improve name of getModuleHeaderJarsAsNormalizedPaths" by Paul Duffin · 3 years, 10 months ago
  27. 32cddd0 Fix bootimg.cmdline to use ShellEscapeIncludingSpaces by Jooyung Han · 3 years, 10 months ago
  28. 3f4e7a1 Remove the robolectric heuristic out of java_test by Julien Desprez · 3 years, 10 months ago
  29. cb60b31 Merge "bootimg and logical_partition are OutputFileProducer" by Jiyong Park · 3 years, 10 months ago
  30. d13e31a Merge changes I0ad54aa7,I1d6d20ec by Treehugger Robot · 3 years, 10 months ago
  31. f11bced Merge "Convert cc/prebuilt_test.go to use fixtures" by Paul Duffin · 3 years, 10 months ago
  32. d7bbeff Merge changes I6b408d44,I7e57c978 by Paul Duffin · 3 years, 10 months ago
  33. b6a5064 Merge "Add text fixture preparers for rust package" by Paul Duffin · 3 years, 10 months ago
  34. 6e9a400 Prevent mock filesystem files being overridden by accident by Paul Duffin · 3 years, 10 months ago
  35. fe9a9e3 Add missing // to clarify comment by Paul Duffin · 3 years, 10 months ago
  36. 4a2a29c Support test fixtures in sdk package by Paul Duffin · 3 years, 10 months ago
  37. db48889 Add text fixture preparers for rust package by Paul Duffin · 3 years, 10 months ago
  38. 37aad60 Add apexFixtureFactory to apex package by Paul Duffin · 3 years, 10 months ago
  39. d1fc19b Merge "Add preparer for test to allow missing dependencies" by Paul Duffin · 3 years, 10 months ago
  40. 6872d65 Merge "Correct error in documentation of AssertDeepEquals" by Paul Duffin · 3 years, 10 months ago
  41. 982c550 Merge "Switch CheckSnapshot from a testSdkResult method to a function" by Paul Duffin · 3 years, 10 months ago
  42. 4cd3d05 Merge "Make testSdkResult compatible with android.TestResult" by Paul Duffin · 3 years, 10 months ago
  43. 4e99ef7 Improve name of getModuleHeaderJarsAsNormalizedPaths by Paul Duffin · 3 years, 10 months ago
  44. fc9c218 Merge "Ensure java_system_modules_import uses prebuilts" by Paul Duffin · 3 years, 10 months ago
  45. a2fcd19 Merge "Improve system modules tests" by Paul Duffin · 3 years, 10 months ago
  46. 2bed9ff Merge "mixed builds for cc_static_library without deps" by Christopher Parsons · 3 years, 10 months ago
  47. 6f688d0 Merge "Convert system modules tests to use fixtures" by Paul Duffin · 3 years, 10 months ago
  48. 8075291 Merge "Separate system modules tests into their own file" by Paul Duffin · 3 years, 10 months ago
  49. f18ff33 Merge "prebuilt_apis should create a java_system_modules_import" by Paul Duffin · 3 years, 10 months ago
  50. 48b8df1 Merge "Populate baseline_file values." by Jaewoong Jung · 3 years, 10 months ago
  51. 6a1160e Convert cc/prebuilt_test.go to use fixtures by Paul Duffin · 3 years, 10 months ago
  52. 6c9da04 Add preparer for test to use AndroidMk by Paul Duffin · 3 years, 10 months ago
  53. 7d8a8ad Convert cc/cc_test.go tests that use CreateTestContext to fixtures by Paul Duffin · 3 years, 10 months ago
  54. 8c004c6 Merge "Add preparer for test with variables" by Paul Duffin · 3 years, 10 months ago
  55. 25259e9 Add preparer for test to allow missing dependencies by Paul Duffin · 3 years, 10 months ago
  56. 1ef166e Correct error in documentation of AssertDeepEquals by Paul Duffin · 3 years, 10 months ago
  57. e7a055c Add preparer for test with variables by Paul Duffin · 3 years, 10 months ago
  58. 01c76ca Merge "Add AssertStringListContains to TestHelper" by Paul Duffin · 3 years, 10 months ago
  59. 4e19160 Merge "Convert fuchsia tests to use test fixtures" by Paul Duffin · 3 years, 10 months ago
  60. 981b94b Switch CheckSnapshot from a testSdkResult method to a function by Paul Duffin · 3 years, 10 months ago
  61. 8306f25 Make testSdkResult compatible with android.TestResult by Paul Duffin · 3 years, 10 months ago
  62. 4f0a75a Ensure java_system_modules_import uses prebuilts by Paul Duffin · 3 years, 10 months ago
  63. c52bea9 Improve system modules tests by Paul Duffin · 3 years, 10 months ago
  64. f23e346 Convert system modules tests to use fixtures by Paul Duffin · 3 years, 10 months ago
  65. db284be Separate system modules tests into their own file by Paul Duffin · 3 years, 10 months ago
  66. d6c2a65 prebuilt_apis should create a java_system_modules_import by Paul Duffin · 3 years, 10 months ago
  67. 21d5c7a Hard-wire the path to xcrun as /usr/bin/xcrun. by Lukacs T. Berki · 3 years, 10 months ago
  68. dfa33be Merge "Fix writedocs." by Lukács T. Berki · 3 years, 10 months ago
  69. 81a6983 Fix writedocs. by Lukacs T. Berki · 3 years, 10 months ago
  70. 93706ae Add AssertStringListContains to TestHelper by Paul Duffin · 3 years, 10 months ago
  71. ecdac8a Convert fuchsia tests to use test fixtures by Paul Duffin · 3 years, 10 months ago
  72. f7f65da Add prebuilt_boot_image and add boot_images to sdk by Paul Duffin · 3 years, 10 months ago
  73. a55aefd Merge "Print a correct error message when a non-hermetic tool is not found." by Lukács T. Berki · 3 years, 10 months ago
  74. 2373e59 Merge "Fix the environment of soong_build:" by Lukács T. Berki · 3 years, 10 months ago
  75. b3d6edd Merge "AIDEGen: Add "-fprofile-sample-use" parameter into category." by Treehugger Robot · 3 years, 10 months ago
  76. 6aeb291 Merge "bp2build: add python_binary_host converter." by Jingwen Chen · 3 years, 10 months ago
  77. 9c78cb8 Propagate LANG environment variable to lint in RBE by Colin Cross · 3 years, 10 months ago
  78. 9b93af4 Default lint RBE to local exec strategy by Colin Cross · 3 years, 10 months ago
  79. 2157259 Merge "update apex/allowed_deps.txt" by Treehugger Robot · 3 years, 10 months ago
  80. e0c1467 Enable cfi for 32bit arch by Cindy Zhou · 4 years ago
  81. 6df5e03 Merge "Lineage properties support module references." by Jaewoong Jung · 3 years, 10 months ago
  82. 9c2e6d5 Merge "Avoid calling DepIsInSameApex when excluded from apex contents" by Paul Duffin · 3 years, 10 months ago
  83. 38cf70a Merge "Convert etc tests to use test fixtures" by Paul Duffin · 3 years, 10 months ago
  84. 42e4997 Merge "Add comment to lintPaths" by Colin Cross · 3 years, 10 months ago
  85. 75a38ba Merge "Revert "Skip old file cleanup for non-full builds."" by Colin Cross · 3 years, 10 months ago
  86. 29e98e5 Merge "Support test fixtures in java package" by Paul Duffin · 3 years, 10 months ago
  87. 4ce31e4 Merge "Support test fixtures in dexpreopt package" by Paul Duffin · 3 years, 10 months ago
  88. 67e848a Merge changes Ib2c6ac28,I7c76ed6d,I00415f10,I4be2a16c,I6f269c9c, ... by Paul Duffin · 3 years, 10 months ago
  89. 6edc952 Merge "Convert genrule tests to use test fixtures" by Paul Duffin · 3 years, 10 months ago
  90. 3b2636f Merge "Remove duplicate sdk.TestHelper" by Paul Duffin · 3 years, 10 months ago
  91. 75c7cea Delete defaultsFactory in java.go. by Jaewoong Jung · 3 years, 10 months ago
  92. 808d84c mixed builds for cc_static_library without deps by Chris Parsons · 3 years, 10 months ago
  93. 068f33f Merge changes from topic "lint_rbe" by Colin Cross · 3 years, 10 months ago
  94. ad22bc2 Add comment to lintPaths by Colin Cross · 3 years, 10 months ago
  95. 19afb3c Merge "Simplify TestSdkInstall" by Paul Duffin · 3 years, 10 months ago
  96. 8bee400 Merge "Extract sdk registration code into function for reuse" by Paul Duffin · 3 years, 10 months ago
  97. 3d3f7a0 Merge "Extract apex registration code into function for reuse" by Paul Duffin · 3 years, 10 months ago
  98. e961282 Avoid calling DepIsInSameApex when excluded from apex contents by Paul Duffin · 3 years, 10 months ago
  99. b4ced9d Fix the environment of soong_build: by Lukacs T. Berki · 3 years, 10 months ago
  100. 0a19d63 Add service-connectivity-pre-jarjar to legacy core platform list by Aaron Huang · 3 years, 10 months ago