1. aba5275 Use both module name and stem name to filter updatable boot jars by Paul Duffin · 4 years, 6 months ago
  2. 7609182 make system server modules use filtered lint database by Pedro Loureiro · 4 years, 6 months ago
  3. dad8880 Retry: Make bootclasspath_fragments always perform hidden API processing by Paul Duffin · 4 years, 6 months ago
  4. 886060a Defer error reporting of missing prebuilt dex jar files by Paul Duffin · 4 years, 6 months ago
  5. e6e499b Merge "Support using java_sdk_library components in stub_libs" into sc-dev by Orion Hodson · 4 years, 6 months ago
  6. fb5229b Merge "Revert "Make bootclasspath_fragments always perform hidden API processing"" into sc-dev by Paul Duffin · 4 years, 6 months ago
  7. 71e98fa Revert "Make bootclasspath_fragments always perform hidden API processing" by Paul Duffin · 4 years, 6 months ago
  8. f4a65fe Merge "Make bootclasspath_fragments always perform hidden API processing" into sc-dev by Paul Duffin · 4 years, 6 months ago
  9. a8ea283 Merge ""module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES)" into sc-dev by Orion Hodson · 4 years, 6 months ago
  10. 5842387 Support using java_sdk_library components in stub_libs by Paul Duffin · 4 years, 6 months ago
  11. ba96f7c Ensure that systemserverclasspath_fragment does not depend on prebuilts by Paul Duffin · 4 years, 6 months ago
  12. 2b255d7 Make bootclasspath_fragments always perform hidden API processing by Paul Duffin · 4 years, 6 months ago
  13. 2d457e1 "module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES) by Victor Chang · 4 years, 6 months ago
  14. fb8f07b Calculate widest stub dex jars per module by Paul Duffin · 4 years, 6 months ago
  15. d05bb8e Add test to show issues with widest stub dex jars by Paul Duffin · 4 years, 6 months ago
  16. fdb2fb6 Allow hiddenapi list to ignore missing classes/members by Paul Duffin · 4 years, 6 months ago
  17. fbaa8e9 Merge "Use trimmed lint database for mainline modules" into sc-dev by Mathew Inwood · 4 years, 6 months ago
  18. b3821fe Support hidden API processing for modules that use platform APIs by Paul Duffin · 4 years, 7 months ago
  19. af19342 Verify the modular stub flags are subsets of the monolithic stub flags by Paul Duffin · 4 years, 6 months ago
  20. 31a6856 Make ruleToGenerateHiddenAPIStubFlagsFile build rule by Paul Duffin · 4 years, 6 months ago
  21. 5c6f03c Merge "Add ModuleLibHiddenAPIScope for hidden API processing" into sc-dev by Paul Duffin · 4 years, 6 months ago
  22. 3ca616b Merge "Add HiddenAPIScope to replace use of SdkKind" into sc-dev by Paul Duffin · 4 years, 6 months ago
  23. 05fc06e Merge "Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import" into sc-dev by Paul Duffin · 4 years, 6 months ago
  24. f1be9ba Use trimmed lint database for mainline modules by Pedro Loureiro · 4 years, 7 months ago
  25. 2cb06b7 Add ModuleLibHiddenAPIScope for hidden API processing by Paul Duffin · 4 years, 6 months ago
  26. 05bbff9 Add HiddenAPIScope to replace use of SdkKind by Paul Duffin · 4 years, 7 months ago
  27. ec9c82d Expose imageLocationsOnDevice as well as imageLocationsOnHost by Jeongik Cha · 4 years, 6 months ago
  28. 2f7ccd5 Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import by Paul Duffin · 4 years, 6 months ago
  29. a1aa738 Remove duplicate component from sdk snapshot by Paul Duffin · 4 years, 8 months ago
  30. 3accbb5 Add commonSdkLibraryAndImportModule interface by Paul Duffin · 4 years, 6 months ago
  31. 0b5a143 Remove unused apiModuleName by Paul Duffin · 4 years, 6 months ago
  32. 2a99933 Fix monolithic hidden API processing with prebuilts by Paul Duffin · 4 years, 7 months ago
  33. 4c2f78b Make CheckHiddenAPIRuleInputs more reusable by Paul Duffin · 4 years, 7 months ago
  34. 3ae9e2c Use classpath elements in platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  35. 7b905a3 Merge "Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS" into sc-dev by TreeHugger Robot · 4 years, 6 months ago
  36. c618dec Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS by Adrian Roos · 4 years, 6 months ago
  37. 034196d Simplify deapexer support by Paul Duffin · 4 years, 7 months ago
  38. 7db57e0 Remove javalib special case in createDeapexerModuleIfNeeded by Paul Duffin · 4 years, 7 months ago
  39. f23512f Add ClasspathElement support by Paul Duffin · 4 years, 7 months ago
  40. b508405 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 4 years, 7 months ago
  41. a0089ec Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred by Paul Duffin · 4 years, 7 months ago
  42. 4fd7dc7 Exclude jacocoagent from boot jars package check by Paul Duffin · 4 years, 7 months ago
  43. e112547 Move boot jars package check into platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  44. 360f835 Cleanup bootclasspathFragmentInitContentsFromImage by Paul Duffin · 4 years, 7 months ago
  45. c75bbce Combine hidden API encoding with flag generation by Paul Duffin · 4 years, 7 months ago
  46. 98ea0d4 Avoid passing around []hiddenAPIModule by Paul Duffin · 4 years, 7 months ago
  47. 3e2db5c Make copyBootJarsToPredefinedLocations simpler and less fragile by Paul Duffin · 4 years, 7 months ago
  48. 8c666a3 Ensure primary boot image files are created before they are used by Paul Duffin · 4 years, 7 months ago
  49. 5991ba5 Move TestPlatformBootclasspath_Fragments to apex package by Paul Duffin · 4 years, 7 months ago
  50. c45a86a Export hidden api related types and fields by Paul Duffin · 4 years, 7 months ago
  51. 2aae98f Maintain header order in merge_csv by Paul Duffin · 4 years, 7 months ago
  52. 930610f Merge "Revert "Hacky workaround for half-finalized builds."" into sc-dev by Jeff Sharkey · 4 years, 7 months ago
  53. 46d18db Revert "Hacky workaround for half-finalized builds." by Jeff Sharkey · 4 years, 7 months ago
  54. fb618c3 Always propagate some environment variables to RBE by Colin Cross · 4 years, 7 months ago
  55. e7db515 Merge changes from topic "met-html" into sc-dev by Anton Hansson · 4 years, 7 months ago
  56. f524f1f Merge "Add exemption for framework-sdkextensions-classpaths boot jar." into sc-dev by TreeHugger Robot · 4 years, 7 months ago
  57. 363aae4 Remove sourcepath argument from metalava invocations by Anton Hansson · 4 years, 7 months ago
  58. 7018579 Stop filtering html files from droidstubs input by Anton Hansson · 4 years, 7 months ago
  59. 7104aae Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist by Colin Cross · 4 years, 7 months ago
  60. ea0e698 Remove core_lib property from java_sdk_library by Colin Cross · 4 years, 7 months ago
  61. 1072a71 Ignore owner property when computing java_sdk_library dist subdirectory by Colin Cross · 4 years, 7 months ago
  62. 0f9eeb7 Make the default java_sdk_library dist_group "unknown" by Colin Cross · 4 years, 7 months ago
  63. b75cd4e Add exemption for framework-sdkextensions-classpaths boot jar. by satayev · 4 years, 7 months ago
  64. b6d94b6 Merge "Make soong create sourcepath dirs" into sc-dev by Anton Hansson · 4 years, 7 months ago
  65. 7eff3a8 Make soong create sourcepath dirs by Anton Hansson · 4 years, 7 months ago
  66. ad1668f add the LOCAL_DISABLE_TEST_CONFIG variable by Yuntao Xu · 4 years, 7 months ago
  67. 799822d Merge changes from topic "may27-sdk" into sc-dev by Jeff Sharkey · 4 years, 7 months ago
  68. 0d3dd06 Support dist_group property instead of owner for setting sdk dist subdirectory by Colin Cross · 4 years, 7 months ago
  69. 3b53808 Add test for java_sdk_library dist properties by Colin Cross · 4 years, 7 months ago
  70. 76069a3 Move java_sdk_library tests to sdk_library_test.go by Colin Cross · 4 years, 7 months ago
  71. 05597c0 Hacky workaround for half-finalized builds. by Jeff Sharkey · 4 years, 7 months ago
  72. f63cf83 Merge changes I0116f5f4,I950c9b54,I967f5c42 into sc-dev by Colin Cross · 4 years, 7 months ago
  73. ea2d99c Merge "Remove support for removed_dex_api_filename" into sc-dev by Anton Hansson · 4 years, 7 months ago
  74. cbb2b81 Treat java libraries in classpath fragments as directly in apex by Colin Cross · 4 years, 7 months ago
  75. c4f4ced Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx." by Martin Stjernholm · 4 years, 7 months ago
  76. a7bb86b Remove support for removed_dex_api_filename by Anton Hansson · 4 years, 7 months ago
  77. 07753d8 Use stem when filtering boot jars. by satayev · 4 years, 7 months ago
  78. 5cb5697 Revert "Partial Revert "Populate individual classpath_fragments'..." by Artur Satayev · 4 years, 7 months ago
  79. 931a448 Populate individual systemserverclasspath_fragments' proto configs. by satayev · 4 years, 7 months ago
  80. f1adfb3 Merge "Rename generate proto config file to match classpath type." into sc-dev by Artur Satayev · 4 years, 7 months ago
  81. bbe2d3d Merge "Partial Revert "Populate individual classpath_fragments' classpaths.prot..."" into sc-dev by Anton Hansson · 4 years, 7 months ago
  82. a3fc817 Partial Revert "Populate individual classpath_fragments' classpaths.prot..." by satayev · 4 years, 7 months ago
  83. 588e22a Tighten bootclasspath_fragment property validation by Paul Duffin · 4 years, 7 months ago
  84. 0788cd6 Only export boot image files to APEX if they are actually created by Paul Duffin · 4 years, 7 months ago
  85. 54c1f08 Support removed API members in modular hidden API processing by Paul Duffin · 4 years, 8 months ago
  86. 67c1e57 Support hidden API processing for fragments with dependencies by Paul Duffin · 4 years, 8 months ago
  87. 6a58cc9 Remove bootclasspathApiInfo by Paul Duffin · 4 years, 7 months ago
  88. 699a004 Fix hidden API flags in com.android.i18n by Paul Duffin · 4 years, 7 months ago
  89. 71955b4 Rename hiddenAPIFlagFileInfo to HiddenAPIInfo by Paul Duffin · 4 years, 7 months ago
  90. 5aadef8 Separate input to flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 7 months ago
  91. cad6384 Separate output of flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 7 months ago
  92. 9e3b906 Separate monolithic hidden API processing from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 7 months ago
  93. 53d0678 Rename generate proto config file to match classpath type. by satayev · 4 years, 7 months ago
  94. b40610a Perform hidden API encoding in bootclasspath_fragment by Paul Duffin · 4 years, 8 months ago
  95. ed587c3 Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment by Paul Duffin · 4 years, 8 months ago
  96. f7a62e6 Merge changes I4e7a7ac5,I0c73361b into sc-dev by Martin Stjernholm · 4 years, 7 months ago
  97. 55d7ed4 Merge changes I0c80b546,Ibc673303,I70317eb8 into sc-dev by Martin Stjernholm · 4 years, 7 months ago
  98. 7555fcb Store dex jar paths in bootclasspath_fragment's apex content info by Paul Duffin · 4 years, 8 months ago
  99. 0bd5b06 Move hidden API encoding after resource merging by Paul Duffin · 4 years, 8 months ago
  100. 95bfbb1 Populate individual classpath_fragments' classpaths.proto configs. by satayev · 4 years, 8 months ago