1. fb50259 Add additional java_api_library module to java testing by Jihoon Kang · 2 years, 4 months ago
  2. c0a2420 Update java_api_library in testing modules by Jihoon Kang · 2 years, 4 months ago
  3. 6bd19dd add *.from-text modules to the java test fixture by Spandan Das · 2 years, 4 months ago
  4. 18994c7 Replace SortedStringKeys with SortedKeys by Cole Faust · 2 years, 5 months ago
  5. 5aecabe Always run AndroidGlobalLintChecker.jar with lint invocations by mattgilbride · 2 years, 8 months ago
  6. cdea74d Merge "Support testing for resource shrinking" by Treehugger Robot · 2 years, 8 months ago
  7. 8eb4573 Test bootImageConfig/Variant fields by Paul Duffin · 2 years, 10 months ago
  8. 51b0a10 Support testing for resource shrinking by Jared Duke · 2 years, 10 months ago
  9. 1e3f78f add jacocoagent by default to Java modules by Sam Delmerico · 2 years, 11 months ago
  10. 6bfe9bc Merge changes I046d75db,Ie13817dc am: d2aa190bdc am: f2c86c8c76 am: 1a3ea67458 by Colin Cross · 3 years, 4 months ago
  11. abc0dab Move proguard test files to java package by Colin Cross · 3 years, 4 months ago
  12. 8c80126 Surface Java APIs Used By APK-only Modules. by Matt Banda · 3 years, 4 months ago
  13. 3a3f169 Add support for sdk extensions in prebuilt_apis by Anton Hansson · 3 years, 6 months ago
  14. 6decef9 Allow installing boot images outside of APEX. by Jiakai Zhang · 3 years, 7 months ago
  15. 10fb76f Rename core-current-stubs-system-modules to be more consistent by Paul Duffin · 3 years, 9 months ago
  16. 004547f Use module-lib system modules when building from prebuilts by Paul Duffin · 3 years, 9 months ago
  17. 1cad3a5 Make prebuilt_api test environment realistic by Paul Duffin · 3 years, 9 months ago
  18. 132c3e6 Run TestClasspath test cases with Always_use_prebuilt_sdks=true/false by Paul Duffin · 3 years, 9 months ago
  19. d78eb76 Add annotations.zip support to java_sdk_library by Anton Hansson · 3 years, 11 months ago
  20. 3769a27 Merge "Add test to TestJavaStableSdkVersion for legacy core platform" by Treehugger Robot · 3 years, 11 months ago
  21. 1ea7c9f Add test to TestJavaStableSdkVersion for legacy core platform by Paul Duffin · 4 years, 5 months ago
  22. 519c5c8 Revert^2 "Preopt APEX system server jars." by Jiakai Zhang · 3 years, 11 months ago
  23. 92346c4 Revert "Preopt APEX system server jars." by Adrian Roos · 3 years, 11 months ago
  24. ca9bc98 Preopt APEX system server jars. by Jiakai Zhang · 4 years ago
  25. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 4 years, 1 month ago
  26. b54f5aa "module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES) by Victor Chang · 4 years, 1 month ago
  27. b309050 Append platform classpath proto configs with missing apex jars. by satayev · 4 years, 2 months ago
  28. 51d7da2 Make CheckHiddenAPIRuleInputs more reusable by Paul Duffin · 4 years, 2 months ago
  29. 6fae608 Merge changes I4e7a7ac5,I0c73361b by Jiyong Park · 4 years, 3 months ago
  30. 0e4cceb Don't fail if the target module is disabled in dex2oat tool dependencies. by Martin Stjernholm · 4 years, 3 months ago
  31. ab50b07 Rename InApexes -> InApexVariants by Jiyong Park · 4 years, 3 months ago
  32. 476b9d6 Strict updatability linting against dependencies. by Jaewoong Jung · 4 years, 3 months ago
  33. 95e9c5b Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath. by satayev · 4 years, 3 months ago
  34. 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 4 months ago
  35. 4994d26 Generalize the platformBootclasspathDepsMutator by Paul Duffin · 4 years, 4 months ago
  36. a57835e bootclasspath_fragment: Add contents to snapshot by Paul Duffin · 4 years, 4 months ago
  37. 60264a0 Improve realism of boot jar tests by Paul Duffin · 4 years, 4 months ago
  38. 62d8c3b Allow platform_bootclasspath to specify contributing fragments by Paul Duffin · 4 years, 4 months ago
  39. b432df9 Add dependencies from platform_bootclasspath to contents by Paul Duffin · 4 years, 5 months ago
  40. bb7f1ac Add a new platform_bootclasspath module type by Paul Duffin · 4 years, 4 months ago
  41. 535e0a1 Remove unused java testing methods by Paul Duffin · 4 years, 4 months ago
  42. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 5 months ago
  43. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 4 years, 5 months ago
  44. 3c84eaa Separate methods used for fixture based and legacy tests by Paul Duffin · 4 years, 5 months ago
  45. c029c43 Register java_plugin in PrepareForTestWithJavaBuildComponents by Paul Duffin · 4 years, 5 months ago
  46. 7ee6e8f Merge "Add platform_compat_config to sdk" by Paul Duffin · 4 years, 5 months ago
  47. 42da69d Add preparer for overlay pre-singleton registration by Paul Duffin · 4 years, 5 months ago
  48. 001b234 Add platform_compat_config to sdk by Paul Duffin · 4 years, 5 months ago
  49. ce5a454 Java build components require android build components by Paul Duffin · 4 years, 5 months ago
  50. 1efdb30 Remove javaMockFS() by Paul Duffin · 4 years, 5 months ago
  51. 2ff6d1b Provide support for preparing tests with prebuilt_apis by Paul Duffin · 4 years, 5 months ago
  52. bf028b5 Extract PrepareForTestWithJavaSdkLibraryFiles from javaMockFS() by Paul Duffin · 4 years, 5 months ago
  53. 95bdab4 Support test fixtures in java package by Paul Duffin · 4 years, 5 months ago
  54. 3785673 Allow java_sdk_library_import to contribute to hiddenapi processing by Paul Duffin · 4 years, 5 months ago
  55. 4fd997b Refactor the hiddenAPI() method for reusability by Paul Duffin · 4 years, 6 months ago
  56. 5bbfef8 Fix some minor issues with boot_image by Paul Duffin · 4 years, 6 months ago
  57. 3451e16 Add boot_image module type by Paul Duffin · 4 years, 7 months ago
  58. 4c183c7 Merge "Make dexpreopt tools available for all java tests" by Paul Duffin · 4 years, 6 months ago
  59. 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years, 6 months ago
  60. 370fd0b Minor cleanup in prebuilt_apis by Anton Hansson · 4 years, 7 months ago
  61. 1ab6186 Switch dex_bootjars to a singleton module by Paul Duffin · 4 years, 7 months ago
  62. c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years, 7 months ago
  63. dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years, 8 months ago
  64. 24813e1 Unify handling of compat and normal libs in class loader contexts. by Ulya Trafimovich · 4 years, 10 months ago
  65. fb6ae5b Add support for using sdk_version: "module_<ver>" by Paul Duffin · 4 years, 10 months ago
  66. a2adc37 Make hiddenapi use prebuilt stubs when it should by Anton Hansson · 5 years ago
  67. 88d593d Merge "Add hidden_api for java_import" by Liz Kammer · 5 years ago
  68. 5ca3a62 Add hidden_api for java_import by Liz Kammer · 5 years ago
  69. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  70. 219141c Introduce BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES by Jeongik Cha · 5 years ago
  71. dd849a8 Add `data_native_bins` property to java_test_host by Liz Kammer · 5 years ago
  72. 84c3807 Enforce the legacy core/platform API restriction. by Pete Gillin · 5 years ago
  73. d295daa Ensure that sdk/module_exports depends on source members am: cee7e66b07 am: e371a18acc by Paul Duffin · 5 years ago
  74. cee7e66 Ensure that sdk/module_exports depends on source members by Paul Duffin · 5 years ago
  75. c4ef52f Merge "Prepare Soong for switch to stable core/platform API." am: 286d8f9972 am: d6bc08bdbd by Treehugger Robot · 5 years ago
  76. 40a0642 Prepare Soong for switch to stable core/platform API. by Pete Gillin · 5 years ago
  77. 0c5bae5 java_sdk_library: Add system-server scope by Paul Duffin · 5 years ago
  78. 300b266 resolve merge conflicts of a73ffc21e01621f0b0b199d45f439215ebbea143 to rvc-dev-plus-aosp by Colin Cross · 5 years ago
  79. 01c5779 Merge "java_sdk_library: Add system-server scope" into rvc-dev am: 4754d4451c by Paul Duffin · 5 years ago
  80. 238c1f3 Remove most paths from java.TestConfig by Colin Cross · 5 years ago
  81. 5a757b1 java_sdk_library: Add system-server scope by Paul Duffin · 5 years ago
  82. 1f41dbf Split the core/platform API into stable and legacy versions. by Pete Gillin · 5 years ago
  83. c9af538 Add android.test.base to class loader context for API version < 30. by Ulya Trafimovich · 5 years ago
  84. c9cc20c Revert "Default annotations_enabled to true for sdk_library" by Anton Hansson · 5 years ago
  85. a9a3173 Default annotations_enabled to true for sdk_library by Anton Hansson · 5 years ago
  86. 49e94c0 Merge "Use system modules for prebuilt SDKs >=30" by Colin Cross · 5 years ago
  87. 17dec17 Use system modules for prebuilt SDKs >=30 by Colin Cross · 5 years ago
  88. a91a16b Merge "Use system modules for prebuilt SDKs >=30" into rvc-dev by TreeHugger Robot · 5 years ago
  89. 4de27a5 Implement android_app_set module by Sasha Smundak · 5 years ago
  90. db22475 Use system modules for prebuilt SDKs >=30 by Colin Cross · 5 years ago
  91. a7856c0 Implement android_app_set module by Sasha Smundak · 5 years ago
  92. e2b27f4 Add signing certificate lineage support to soong by Liz Kammer · 5 years ago
  93. 70dd74d Add signing certificate lineage support to soong by Liz Kammer · 5 years ago
  94. f6aead0 Merge "Make system_server stubs consistent with other stubs" by Anton Hansson · 5 years ago
  95. ba6ab2e Make system_server stubs consistent with other stubs by Anton Hansson · 5 years ago
  96. 19604de add aidl.export_include_dirs to java_import module type by Jiyong Park · 5 years ago
  97. bbd7855 Make system_server stubs consistent with other stubs by Anton Hansson · 5 years ago
  98. f28329d Move NDK test modules into cc/testing.go by Colin Cross · 5 years ago
  99. aae9bd1 sdk_version: "system_server_current" by Jiyong Park · 5 years ago
  100. c493024 Merge "sdk_version: "module_current" is supported" by Treehugger Robot · 6 years ago