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