1. b216661 Revert "Revert "Attempt to run all java_test_host that look unit..." by Julien Desprez · 3 years, 11 months ago
  2. 1ab84fa Revert "Attempt to run all java_test_host that look unit tests" by Julien Desprez · 3 years, 11 months ago
  3. 069b750 Attempt to run all java_test_host that look unit tests by Julien Desprez · 3 years, 11 months ago
  4. 7f87e1a Further simplify the link type check routine by Jiyong Park · 4 years ago
  5. 670e0f6 Linktype check error message becomes more correct by Jiyong Park · 4 years ago
  6. b913011 Merge changes from topic "mkboot" by Treehugger Robot · 4 years ago
  7. 031d869 Allow explicitly specified additional annotations for hiddenapi by Paul Duffin · 4 years ago
  8. 2b0e490 Revert "`data` dependency of java_test_host can be arch-specific" by Jiyong Park · 4 years ago
  9. b87f4b4 Merge "Convert java.Dependency to JavaInfo provider" by Colin Cross · 4 years ago
  10. f75e527 Move logic for selecting the primary module into initHiddenAPI() by Paul Duffin · 4 years ago
  11. dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 4 years ago
  12. a6cfcac Merge "Add android_test_helper_app properties to java_defaults" by Treehugger Robot · 4 years ago
  13. cbce0b0 Add android_test_helper_app properties to java_defaults by Colin Cross · 4 years ago
  14. 9d67ca6 Allow dex jars from prebuilt_apex to be used by hiddenapi by Paul Duffin · 4 years ago
  15. 4fd997b Refactor the hiddenAPI() method for reusability by Paul Duffin · 4 years ago
  16. 4103e92 Extract initHiddenAPI() from hiddenapi() by Paul Duffin · 4 years ago
  17. 254aee4 Merge changes I9e94662d,I4b4e0dc8 by Paul Duffin · 4 years ago
  18. b7eab01 Merge "bp2build: convert paths/module refs to Bazel label" by Liz Kammer · 4 years ago
  19. 22ff0aa Export implementation class jars for java_boot_libs by Paul Duffin · 4 years ago
  20. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  21. cdd9b83 `data` dependency of java_test_host can be arch-specific by Jiyong Park · 4 years ago
  22. 612e610 Switch hiddenapi to use OutputPath instead of ModuleOutPath by Paul Duffin · 4 years ago
  23. a41a696 Enable an apex to include a java_import. by Bill Peckham · 4 years ago
  24. 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 2 months ago
  25. db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 1 month ago
  26. 53230fe Merge "Remove obsolete class loader context API and update unit tests." by Ulyana Trafimovich · 4 years ago
  27. 7bc1cf5 Remove obsolete class loader context API and update unit tests. by Ulya Trafimovich · 4 years ago
  28. e197d8b Add "aidl.flags:" property for cc_/java_ modules by Jooyung Han · 4 years ago
  29. ff89ffa Automatically set uncompress_dex for java_import. by Bill Peckham · 4 years, 1 month ago
  30. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 1 month ago
  31. b630c37 Merge changes I6a512209,I56437f26 by Ulyana Trafimovich · 4 years, 1 month ago
  32. 88bb6f6 Unify addition of class loader subcontext from dependencies. by Ulya Trafimovich · 4 years, 1 month ago
  33. 4b97a56 Remove the return value from dexpreopt by Jaewoong Jung · 4 years, 1 month ago
  34. dbf3166 Move ClassLoaderContexts() method to UsesLibraryDependency interface. by Ulya Trafimovich · 4 years, 1 month ago
  35. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years, 1 month ago
  36. 678ddb9 Merge changes I697a65e4,Iaac6aaf6 by Ulyana Trafimovich · 4 years, 1 month ago
  37. cf8b2ee Merge "Dogfood the new IR Kotlin compiler backend." by Treehugger Robot · 4 years, 1 month ago
  38. 897a5ad Merge "Pass pctx and ctx to NewRuleBuilder" by Colin Cross · 4 years, 1 month ago
  39. 65b0319 Do not propagate <uses-library> deps through static SDK component libs. by Ulya Trafimovich · 4 years, 1 month ago
  40. ad2bfda Dogfood the new IR Kotlin compiler backend. by Mads Ager · 4 years, 1 month ago
  41. a4d314c Merge "Add java sdk library enforcement flag" by JaeMan Park · 4 years, 1 month ago
  42. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  43. 6206805 Remove redundant setting of DistFiles by java.Library by Paul Duffin · 4 years, 2 months ago
  44. 74f0559 Differentiate between no dist tag and an empty dist tag by Paul Duffin · 4 years, 2 months ago
  45. af07f73 Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest." by Ulyana Trafimovich · 4 years, 2 months ago
  46. 78a7155 Assume any <uses-library> is shared, add only toplevel ones to manifest. by Ulya Trafimovich · 4 years, 2 months ago
  47. e5218b6 Merge "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  48. ff71556 Add java sdk library enforcement flag by JaeMan Park · 4 years, 3 months ago
  49. 547471c Merge "Remove restriction on exported plugins that generate APIs" by Treehugger Robot · 4 years, 2 months ago
  50. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  51. c9fe10f Remove restriction on exported plugins that generate APIs by Colin Cross · 4 years, 2 months ago
  52. 18e3e8f Merge "Support extra checks for ErrorProne in a dedicated property" by Colin Cross · 4 years, 2 months ago
  53. 62aa215 Merge "Use java host unit tests template for unit tests" by Julien Desprez · 4 years, 2 months ago
  54. 748b2d8 Support extra checks for ErrorProne in a dedicated property by Colin Cross · 4 years, 2 months ago
  55. e63ab5e Merge "java link time error improve" by Treehugger Robot · 4 years, 2 months ago
  56. 70898c4 Use java host unit tests template for unit tests by Julien Desprez · 4 years, 2 months ago
  57. ebb5150 Merge "Add unit_test test option in test configs" by Dan Shi · 4 years, 2 months ago
  58. 0029898 java link time error improve by Steven Moreland · 4 years, 2 months ago
  59. f15c055 Merge changes Ic22603a5,I5330b571 by Colin Cross · 4 years, 2 months ago
  60. d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 2 months ago
  61. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 4 years, 3 months ago
  62. a8c28e2 Do not add dependencies of shared SDK libraries to manifest_fixer. by Ulya Trafimovich · 4 years, 3 months ago
  63. 1855424 Add nested class loader subcontext at the proper hierarchy level. by Ulya Trafimovich · 4 years, 2 months ago
  64. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  65. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 2 months ago
  66. 5136a6e Add ctx.ModuleDir and top level module dirs of input sources to JDK9 by Jingwen Chen · 4 years, 3 months ago
  67. 9cb8d1b java compilation: refactor and extract javac flag computation into a by Jingwen Chen · 4 years, 3 months ago
  68. b521811 Add separate dependency tags for compat libs based on SDK version. by Ulya Trafimovich · 4 years, 3 months ago
  69. 128fe5c Add empty tag support for java_import by Saeid Farivar Asanjan · 4 years, 3 months ago
  70. 89226d9 Add jni_libs to host java binaries by Colin Cross · 4 years, 3 months ago
  71. c179ea6 Make java_binary common variant a dependency by Colin Cross · 4 years, 3 months ago
  72. de78d13 Replace jniDependencyTag with a value by Colin Cross · 4 years, 3 months ago
  73. 43159bd Merge "Remove global state from apex modules" by Colin Cross · 4 years, 3 months ago
  74. a87ea45 Merge "Allow access to the class jar for java_import using {.jar} tag" by Paul Duffin · 4 years, 3 months ago
  75. 9f701fa Merge changes from topic "uses-libs-24" by Ulyana Trafimovich · 4 years, 3 months ago
  76. 56a8321 Remove global state from apex modules by Colin Cross · 4 years, 4 months ago
  77. aa55f74 Allow access to the class jar for java_import using {.jar} tag by Paul Duffin · 4 years, 3 months ago
  78. 39b437b Add dependency on implementation <uses-library> for modules that depend on component libraries. by Ulya Trafimovich · 4 years, 4 months ago
  79. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 4 years, 6 months ago
  80. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 4 years, 6 months ago
  81. 88d593d Merge "Add hidden_api for java_import" by Liz Kammer · 4 years, 4 months ago
  82. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 4 years, 4 months ago
  83. 80dc4f1 Merge "Merge Android R" by Xin Li · 4 years, 4 months ago
  84. 5ca3a62 Add hidden_api for java_import by Liz Kammer · 4 years, 5 months ago
  85. 79a94a2 Merge "Replace `is_uses_lib` property with `provides_uses_lib`." by Ulyana Trafimovich · 4 years, 4 months ago
  86. 54027b5 Replace `is_uses_lib` property with `provides_uses_lib`. by Ulya Trafimovich · 4 years, 4 months ago
  87. 3e0b9c0 Merge "Check UseRBE is set before replacing any template with the RE version." by Kousik Kumar · 4 years, 4 months ago
  88. 0f13eff Merge "Be more strict about unknown install <uses-library> paths." am: 117a5ef307 by Ulyana Trafimovich · 4 years, 4 months ago
  89. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 4 years, 5 months ago
  90. 99bd329 Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." am: bb3467d297 by Ulyana Trafimovich · 4 years, 4 months ago
  91. bb3467d Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." by Ulyana Trafimovich · 4 years, 4 months ago
  92. 16f23a4 Check UseRBE is set before replacing any template with the RE version. by Ramy Medhat · 4 years, 4 months ago
  93. 6346ec0 Merge "Add compile_dex for java_import" am: e263af74db by Treehugger Robot · 4 years, 5 months ago
  94. d6c31d2 Add compile_dex for java_import by Liz Kammer · 4 years, 5 months ago
  95. 21a7375 Allow non-SDK Java libraries to masquerade as <uses-library>. by Ulya Trafimovich · 4 years, 5 months ago
  96. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 5 months ago
  97. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 4 years, 5 months ago
  98. 9c07d24 Merge "Add imports_sdk_version to prebuilt_apis" by Liz Kammer · 4 years, 5 months ago
  99. ec7a91f Merge "Add extra_test_configs option" by Treehugger Robot · 4 years, 5 months ago
  100. 2d2fd85 Add imports_sdk_version to prebuilt_apis by Liz Kammer · 4 years, 5 months ago