1. 812683e Allow java_sdk_library in an APEX to have higher min_sdk_version. by satayev · 4 years, 1 month ago
  2. 531330e Perform CheckMinSdkVersion for java_sdk_library. by satayev · 4 years, 1 month ago
  3. cb0977f Add ModuleWithMinSdkVersionCheck type. by satayev · 4 years, 1 month ago
  4. 3f6bbd9 Use textproto format for classpaths.proto generation. by satayev · 4 years, 1 month ago
  5. 747d106 Propagate min and max sdk versions to classpaths.proto configs. by satayev · 4 years, 1 month ago
  6. e9b63a8 Introduce max_sdk_version device property. by satayev · 4 years, 2 months ago
  7. fb41d46 Make PrebuiltStubsSources support srcjar properly by Anton Hansson · 4 years, 2 months ago
  8. 3adf3c5 Add annotations.zip support to java_sdk_library by Anton Hansson · 4 years, 4 months ago
  9. d446d28 Always perform permitted package check when building a library by Paul Duffin · 4 years, 3 months ago
  10. b727c1e Add back the api_srcs argument by Anton Hansson · 4 years, 4 months ago
  11. 89f7a63 [automerge] Collect lint reports from apps in apexes 2p: 192221b55e by Colin Cross · 4 years, 5 months ago
  12. 192221b Collect lint reports from apps in apexes by Colin Cross · 4 years, 5 months ago
  13. fcea20c Rename UpdatableSystemServerJars to ApexSystemServerJars. by satayev · 4 years, 6 months ago
  14. 7a552ba Rename UpdatableBootJars to ApexBootJars. by satayev · 4 years, 6 months ago
  15. 8137c6a Update a comment about PRODUCT_UPDATABLE_BOOT_JARS. by satayev · 4 years, 6 months ago
  16. 1d0f023 Append platform classpath proto configs with missing apex jars. by satayev · 4 years, 7 months ago
  17. ffe7971 Add classpath fragment property to skip proto generation. by satayev · 4 years, 7 months ago
  18. 64646ee Rename ClasspathFragmentToConfiguredJarList methods to configuredJars. by satayev · 4 years, 7 months ago
  19. dbcc296 Build updatable-bcp-packages.txt from prebuilts in sdk snapshot by Paul Duffin · 4 years, 6 months ago
  20. 7b3e10a Propagate permitted packages to sdk snapshot by Paul Duffin · 4 years, 6 months ago
  21. 8410eb1 Merge "Do not allow duplicate deapexer dependencies." into sc-dev by Martin Stjernholm · 4 years, 6 months ago
  22. 6e89b54 Generate boot images for host from prebuilts by Paul Duffin · 4 years, 7 months ago
  23. d564c32 Switch boot image generation to use GetGlobalSoongConfig(ctx) by Paul Duffin · 4 years, 6 months ago
  24. bb2e205 Generate boot zip file from prebuilt_bootclasspath_fragment by Paul Duffin · 4 years, 7 months ago
  25. aba5275 Use both module name and stem name to filter updatable boot jars by Paul Duffin · 4 years, 7 months ago
  26. 7609182 make system server modules use filtered lint database by Pedro Loureiro · 4 years, 6 months ago
  27. 9599406 Do not allow duplicate deapexer dependencies. by Martin Stjernholm · 4 years, 7 months ago
  28. dad8880 Retry: Make bootclasspath_fragments always perform hidden API processing by Paul Duffin · 4 years, 7 months ago
  29. 886060a Defer error reporting of missing prebuilt dex jar files by Paul Duffin · 4 years, 7 months ago
  30. e6e499b Merge "Support using java_sdk_library components in stub_libs" into sc-dev by Orion Hodson · 4 years, 7 months ago
  31. fb5229b Merge "Revert "Make bootclasspath_fragments always perform hidden API processing"" into sc-dev by Paul Duffin · 4 years, 7 months ago
  32. 71e98fa Revert "Make bootclasspath_fragments always perform hidden API processing" by Paul Duffin · 4 years, 7 months ago
  33. f4a65fe Merge "Make bootclasspath_fragments always perform hidden API processing" into sc-dev by Paul Duffin · 4 years, 7 months ago
  34. a8ea283 Merge ""module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES)" into sc-dev by Orion Hodson · 4 years, 7 months ago
  35. 5842387 Support using java_sdk_library components in stub_libs by Paul Duffin · 4 years, 7 months ago
  36. ba96f7c Ensure that systemserverclasspath_fragment does not depend on prebuilts by Paul Duffin · 4 years, 7 months ago
  37. 2b255d7 Make bootclasspath_fragments always perform hidden API processing by Paul Duffin · 4 years, 7 months ago
  38. 2d457e1 "module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES) by Victor Chang · 4 years, 7 months ago
  39. fb8f07b Calculate widest stub dex jars per module by Paul Duffin · 4 years, 7 months ago
  40. d05bb8e Add test to show issues with widest stub dex jars by Paul Duffin · 4 years, 7 months ago
  41. fdb2fb6 Allow hiddenapi list to ignore missing classes/members by Paul Duffin · 4 years, 7 months ago
  42. fbaa8e9 Merge "Use trimmed lint database for mainline modules" into sc-dev by Mathew Inwood · 4 years, 7 months ago
  43. b3821fe Support hidden API processing for modules that use platform APIs by Paul Duffin · 4 years, 8 months ago
  44. af19342 Verify the modular stub flags are subsets of the monolithic stub flags by Paul Duffin · 4 years, 7 months ago
  45. 31a6856 Make ruleToGenerateHiddenAPIStubFlagsFile build rule by Paul Duffin · 4 years, 7 months ago
  46. 5c6f03c Merge "Add ModuleLibHiddenAPIScope for hidden API processing" into sc-dev by Paul Duffin · 4 years, 7 months ago
  47. 3ca616b Merge "Add HiddenAPIScope to replace use of SdkKind" into sc-dev by Paul Duffin · 4 years, 7 months ago
  48. 05fc06e Merge "Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import" into sc-dev by Paul Duffin · 4 years, 7 months ago
  49. f1be9ba Use trimmed lint database for mainline modules by Pedro Loureiro · 4 years, 7 months ago
  50. 2cb06b7 Add ModuleLibHiddenAPIScope for hidden API processing by Paul Duffin · 4 years, 7 months ago
  51. 05bbff9 Add HiddenAPIScope to replace use of SdkKind by Paul Duffin · 4 years, 7 months ago
  52. ec9c82d Expose imageLocationsOnDevice as well as imageLocationsOnHost by Jeongik Cha · 4 years, 7 months ago
  53. 2f7ccd5 Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import by Paul Duffin · 4 years, 7 months ago
  54. a1aa738 Remove duplicate component from sdk snapshot by Paul Duffin · 4 years, 9 months ago
  55. 3accbb5 Add commonSdkLibraryAndImportModule interface by Paul Duffin · 4 years, 7 months ago
  56. 0b5a143 Remove unused apiModuleName by Paul Duffin · 4 years, 7 months ago
  57. 2a99933 Fix monolithic hidden API processing with prebuilts by Paul Duffin · 4 years, 7 months ago
  58. 4c2f78b Make CheckHiddenAPIRuleInputs more reusable by Paul Duffin · 4 years, 7 months ago
  59. 3ae9e2c Use classpath elements in platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  60. 7b905a3 Merge "Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS" into sc-dev by TreeHugger Robot · 4 years, 7 months ago
  61. c618dec Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS by Adrian Roos · 4 years, 7 months ago
  62. 034196d Simplify deapexer support by Paul Duffin · 4 years, 7 months ago
  63. 7db57e0 Remove javalib special case in createDeapexerModuleIfNeeded by Paul Duffin · 4 years, 7 months ago
  64. f23512f Add ClasspathElement support by Paul Duffin · 4 years, 7 months ago
  65. b508405 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 4 years, 7 months ago
  66. a0089ec Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred by Paul Duffin · 4 years, 7 months ago
  67. 4fd7dc7 Exclude jacocoagent from boot jars package check by Paul Duffin · 4 years, 7 months ago
  68. e112547 Move boot jars package check into platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  69. 360f835 Cleanup bootclasspathFragmentInitContentsFromImage by Paul Duffin · 4 years, 7 months ago
  70. c75bbce Combine hidden API encoding with flag generation by Paul Duffin · 4 years, 7 months ago
  71. 98ea0d4 Avoid passing around []hiddenAPIModule by Paul Duffin · 4 years, 7 months ago
  72. 3e2db5c Make copyBootJarsToPredefinedLocations simpler and less fragile by Paul Duffin · 4 years, 8 months ago
  73. 8c666a3 Ensure primary boot image files are created before they are used by Paul Duffin · 4 years, 7 months ago
  74. 5991ba5 Move TestPlatformBootclasspath_Fragments to apex package by Paul Duffin · 4 years, 7 months ago
  75. c45a86a Export hidden api related types and fields by Paul Duffin · 4 years, 7 months ago
  76. 2aae98f Maintain header order in merge_csv by Paul Duffin · 4 years, 7 months ago
  77. 930610f Merge "Revert "Hacky workaround for half-finalized builds."" into sc-dev by Jeff Sharkey · 4 years, 7 months ago
  78. 46d18db Revert "Hacky workaround for half-finalized builds." by Jeff Sharkey · 4 years, 7 months ago
  79. fb618c3 Always propagate some environment variables to RBE by Colin Cross · 4 years, 7 months ago
  80. e7db515 Merge changes from topic "met-html" into sc-dev by Anton Hansson · 4 years, 7 months ago
  81. f524f1f Merge "Add exemption for framework-sdkextensions-classpaths boot jar." into sc-dev by TreeHugger Robot · 4 years, 7 months ago
  82. 363aae4 Remove sourcepath argument from metalava invocations by Anton Hansson · 4 years, 7 months ago
  83. 7018579 Stop filtering html files from droidstubs input by Anton Hansson · 4 years, 7 months ago
  84. 7104aae Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist by Colin Cross · 4 years, 8 months ago
  85. ea0e698 Remove core_lib property from java_sdk_library by Colin Cross · 4 years, 8 months ago
  86. 1072a71 Ignore owner property when computing java_sdk_library dist subdirectory by Colin Cross · 4 years, 8 months ago
  87. 0f9eeb7 Make the default java_sdk_library dist_group "unknown" by Colin Cross · 4 years, 8 months ago
  88. b75cd4e Add exemption for framework-sdkextensions-classpaths boot jar. by satayev · 4 years, 7 months ago
  89. b6d94b6 Merge "Make soong create sourcepath dirs" into sc-dev by Anton Hansson · 4 years, 7 months ago
  90. 7eff3a8 Make soong create sourcepath dirs by Anton Hansson · 4 years, 7 months ago
  91. ad1668f add the LOCAL_DISABLE_TEST_CONFIG variable by Yuntao Xu · 4 years, 8 months ago
  92. 799822d Merge changes from topic "may27-sdk" into sc-dev by Jeff Sharkey · 4 years, 8 months ago
  93. 0d3dd06 Support dist_group property instead of owner for setting sdk dist subdirectory by Colin Cross · 4 years, 8 months ago
  94. 3b53808 Add test for java_sdk_library dist properties by Colin Cross · 4 years, 8 months ago
  95. 76069a3 Move java_sdk_library tests to sdk_library_test.go by Colin Cross · 4 years, 8 months ago
  96. 05597c0 Hacky workaround for half-finalized builds. by Jeff Sharkey · 4 years, 8 months ago
  97. f63cf83 Merge changes I0116f5f4,I950c9b54,I967f5c42 into sc-dev by Colin Cross · 4 years, 8 months ago
  98. ea2d99c Merge "Remove support for removed_dex_api_filename" into sc-dev by Anton Hansson · 4 years, 8 months ago
  99. cbb2b81 Treat java libraries in classpath fragments as directly in apex by Colin Cross · 4 years, 8 months ago
  100. c4f4ced Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx." by Martin Stjernholm · 4 years, 8 months ago