1. b706b4e add multilib data_device_bins properties by Sam Delmerico · 2 years, 7 months ago
  2. f61766e Use turbine instead of kapt for kotlin annotation processors by Colin Cross · 2 years, 10 months ago
  3. de8417c Add AIDL enforce_permissions attribute by Thiébaud Weksteen · 2 years, 11 months ago
  4. b3342ce build device binary for java_test_host by Sam Delmerico · 3 years ago
  5. cd1b80f bp2build converts java_genrule and java_genrule_host by Sam Delmerico · 3 years ago
  6. 3d56ed5 Prepend header jar for sharded javac compilation by Colin Cross · 3 years, 1 month ago
  7. 07f70c0 Pass --min_sdk_version to aidl compiler by Jooyung Han · 3 years, 2 months ago
  8. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 3 years, 3 months ago
  9. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 3 years, 4 months ago
  10. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 3 years, 5 months ago
  11. 2b1536e Allow disabling errorprone even when RUN_ERROR_PRONE is true by Cole Faust · 3 years, 6 months ago
  12. 75fffb1 Add a build flag to always enable errorprone per-target by Cole Faust · 3 years, 7 months ago
  13. 1d2b6b3 Move java_sdk_library tests to sdk_library_test.go by Colin Cross · 3 years, 7 months ago
  14. d6599f5 Merge changes Ia74a2b83,I30a46c8f,Iac7c0149 by Jaewoong Jung · 3 years, 8 months ago
  15. dae54cd Add new stub_only_static_libs attr for sdk_library by Anton Hansson · 3 years, 8 months ago
  16. 11623b6 Move Java lint tests to lint_test.go by Jaewoong Jung · 3 years, 8 months ago
  17. f8d9c49 Reland: Add jni_libs property to java tests by Colin Cross · 4 years ago
  18. de1b891 Merge "Revert "Add jni_libs property to java tests"" by Colin Cross · 3 years, 8 months ago
  19. 26616d4 Revert "Add jni_libs property to java tests" by Colin Cross · 3 years, 8 months ago
  20. aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 3 years, 8 months ago
  21. 246164a Add jni_libs property to java tests by Colin Cross · 4 years ago
  22. f4a88b1 Introduce NewApi lint checks by Pedro Loureiro · 3 years, 10 months ago
  23. 4aa7faf Merge "Remove unused java testing methods" by Paul Duffin · 3 years, 9 months ago
  24. 535e0a1 Remove unused java testing methods by Paul Duffin · 3 years, 9 months ago
  25. 55e740e Remove varargs from RunTest(t *testing.T) by Paul Duffin · 3 years, 9 months ago
  26. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 3 years, 9 months ago
  27. e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 3 years, 9 months ago
  28. 2207f87 Split droidstubs out of droiddoc.go by Colin Cross · 3 years, 9 months ago
  29. ce3a51d Support multiple rsp files in RuleBuilder by Colin Cross · 3 years, 9 months ago
  30. 4dd6cdb Fix TestDroiddoc's reliance on absolute paths by Paul Duffin · 3 years, 9 months ago
  31. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 3 years, 9 months ago
  32. a35178b Fix "filename too long" issue on Luci caused by test name by Paul Duffin · 3 years, 9 months ago
  33. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 3 years, 9 months ago
  34. 71ae594 Remove javaFixtureFactory by Paul Duffin · 3 years, 9 months ago
  35. d6339af Remove unused test methods and buildDir by Paul Duffin · 3 years, 9 months ago
  36. 414ea5e Remove uses of buildDir from java/java_test.go and java/sdk_test.go by Paul Duffin · 3 years, 9 months ago
  37. c029c43 Register java_plugin in PrepareForTestWithJavaBuildComponents by Paul Duffin · 3 years, 9 months ago
  38. 04ba70d Register the propagateRROEnforcementMutator by Paul Duffin · 3 years, 9 months ago
  39. 42da69d Add preparer for overlay pre-singleton registration by Paul Duffin · 3 years, 9 months ago
  40. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 3 years, 9 months ago
  41. d2db795 Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 by Colin Cross · 3 years, 9 months ago
  42. 54a5e9a Merge "Remove javaMockFS()" by Paul Duffin · 3 years, 9 months ago
  43. 89fbdb2 Merge "Fix TestTurbine to work without javaMockFS()" by Paul Duffin · 3 years, 9 months ago
  44. 903a8a0 Merge "Convert TestClasspath to test fixtures" by Paul Duffin · 3 years, 9 months ago
  45. 1661aff Run lint actions in sbox by Colin Cross · 3 years, 10 months ago
  46. c3f89be Merge "Clean up java package use of python build components" by Paul Duffin · 3 years, 9 months ago
  47. 1efdb30 Remove javaMockFS() by Paul Duffin · 3 years, 10 months ago
  48. 3d9f268 Fix TestTurbine to work without javaMockFS() by Paul Duffin · 3 years, 10 months ago
  49. 76101fa Convert TestClasspath to test fixtures by Paul Duffin · 3 years, 10 months ago
  50. 220ddd7 Clean up java package use of python build components by Paul Duffin · 3 years, 9 months ago
  51. afeee22 Add emptyFixtureFactory in java package by Paul Duffin · 3 years, 10 months ago
  52. b96a04b Merge "Export a few utility methods" by Yuexi Ma · 3 years, 10 months ago
  53. 627263f Export a few utility methods by Yuexi Ma · 3 years, 10 months ago
  54. 163043d Fix TestJavaSdkLibrary... tests to work without javaMockFS() by Paul Duffin · 3 years, 10 months ago
  55. 22b77cd Convert JavaSdkLibrary... tests in java package to test fixtures by Paul Duffin · 3 years, 10 months ago
  56. 05f72de Convert TestJavaSdkLibraryEnforce to test fixtures by Paul Duffin · 3 years, 10 months ago
  57. aa6caa7 Create sub tests for each test in TestJavaSdkLibraryEnforce by Paul Duffin · 3 years, 10 months ago
  58. bf028b5 Extract PrepareForTestWithJavaSdkLibraryFiles from javaMockFS() by Paul Duffin · 3 years, 10 months ago
  59. 6bac49c Convert testJavaError to test fixtures by Paul Duffin · 3 years, 10 months ago
  60. db284be Separate system modules tests into their own file by Paul Duffin · 3 years, 10 months ago
  61. 95bdab4 Support test fixtures in java package by Paul Duffin · 3 years, 10 months ago
  62. d6ceb86 Clean up cc.RegisterRequiredBuildComponentsForTest() by Paul Duffin · 3 years, 10 months ago
  63. ec0fe17 Avoid hiddenapi ignoring prebuilt with missing dex implementation jar by Paul Duffin · 3 years, 10 months ago
  64. eafc16b Allow pre-singleton types to be registered in RegistrationContext by Paul Duffin · 3 years, 10 months ago
  65. 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 3 years, 10 months ago
  66. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 4 years, 6 months ago
  67. 5d190cc Add support for lint baseline files by Pedro Loureiro · 3 years, 11 months ago
  68. 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years ago
  69. 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years ago
  70. c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years ago
  71. 90e7535 Make TestJavaSdkLibraryEnforce faster by JaeMan Park · 4 years ago
  72. e197d8b Add "aidl.flags:" property for cc_/java_ modules by Jooyung Han · 4 years ago
  73. 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 4 years ago
  74. f9b4465 Break up app.go. by Jaewoong Jung · 4 years ago
  75. dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years ago
  76. a4d314c Merge "Add java sdk library enforcement flag" by JaeMan Park · 4 years, 1 month ago
  77. e5218b6 Merge "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 1 month ago
  78. ff71556 Add java sdk library enforcement flag by JaeMan Park · 4 years, 2 months ago
  79. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  80. c9fe10f Remove restriction on exported plugins that generate APIs by Colin Cross · 4 years, 1 month ago
  81. b479459 Merge changes from topic "fix-stubs-source-snapshot" by Paul Duffin · 4 years, 1 month ago
  82. e63ab5e Merge "java link time error improve" by Treehugger Robot · 4 years, 1 month ago
  83. 1a39332 Fix prebuilt_stubs_sources to work with no stubs sources by Paul Duffin · 4 years, 1 month ago
  84. b08a091 Merge changes Iba57c949,Ief43ff51,Ib1809a4d,I2ab64f36 by Treehugger Robot · 4 years, 1 month ago
  85. 0029898 java link time error improve by Steven Moreland · 4 years, 1 month ago
  86. 3d68051 Move genrule on top of RuleBuilder by Colin Cross · 4 years, 1 month ago
  87. 06fa588 Store SingletonMakeVarsProviders in the config by Colin Cross · 4 years, 2 months ago
  88. d8d8e72 Merge changes Iebfbf2ff,Ibd974268 by Ulyana Trafimovich · 4 years, 1 month ago
  89. e3d308b Merge "Revert "Annotate dependency tags for dependencies of installed files"" by Colin Cross · 4 years, 1 month ago
  90. b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 1 month ago
  91. f15c055 Merge changes Ic22603a5,I5330b571 by Colin Cross · 4 years, 1 month ago
  92. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 4 years, 3 months ago
  93. af335a4 Merge "Rework class loader context implementation." by Ulyana Trafimovich · 4 years, 1 month ago
  94. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  95. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
  96. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 2 months ago
  97. 5136a6e Add ctx.ModuleDir and top level module dirs of input sources to JDK9 by Jingwen Chen · 4 years, 2 months ago
  98. 52ac73d Make highmem classification of metalava optional by Anton Hansson · 4 years, 2 months ago
  99. 9ebc22c Merge changes Ieeca3c39,Iddeea2d0,I8d66a5d3 by Colin Cross · 4 years, 3 months ago
  100. c1c415d Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies." by Jaewoong Jung · 4 years, 3 months ago