1. 99fc06f Merge "Disable boot jars package check if no boot jars have been configured" by Paul Duffin · 4 years, 7 months ago
  2. 9ffbecc Disable boot jars package check if no boot jars have been configured by Paul Duffin · 4 years, 7 months ago
  3. 86fe8f8 Remove unused apiModuleName by Paul Duffin · 4 years, 7 months ago
  4. a1a2baf Merge "Fix monolithic hidden API processing with prebuilts" by Paul Duffin · 4 years, 7 months ago
  5. f93d388 Merge "Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS" by Paul Duffin · 4 years, 7 months ago
  6. 07cdd37 Merge "Make CheckHiddenAPIRuleInputs more reusable" by Paul Duffin · 4 years, 7 months ago
  7. 9d31361 Merge "Use classpath elements in platform_bootclasspath" by Paul Duffin · 4 years, 7 months ago
  8. e95a15e Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS by Adrian Roos · 4 years, 7 months ago
  9. 348f20b Merge "AIDEGen: Collect dependencies info from APEX module." by Treehugger Robot · 4 years, 7 months ago
  10. 9e2dcbd Merge "DO NOT MERGE - Merge RQ3A.210605.005" by Xin Li · 4 years, 7 months ago
  11. d061d40 Fix monolithic hidden API processing with prebuilts by Paul Duffin · 4 years, 7 months ago
  12. 51d7da2 Make CheckHiddenAPIRuleInputs more reusable by Paul Duffin · 4 years, 7 months ago
  13. 89f570a Use classpath elements in platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  14. 0d7f2d3 Merge "Simplify deapexer support" by Paul Duffin · 4 years, 7 months ago
  15. 6b592bd Merge "Remove javalib special case in createDeapexerModuleIfNeeded" by Paul Duffin · 4 years, 7 months ago
  16. 4a5f125 DO NOT MERGE - Merge RQ3A.210605.005 by Xin Li · 4 years, 7 months ago
  17. 2b1536e Allow disabling errorprone even when RUN_ERROR_PRONE is true by Cole Faust · 4 years, 7 months ago
  18. e245b61 Add ClasspathElement support by Paul Duffin · 4 years, 7 months ago
  19. 6ea9e45 Merge "Add classpath fragment property to skip proto generation." am: f45966f35b by satayev · 4 years, 7 months ago
  20. f45966f Merge "Add classpath fragment property to skip proto generation." by satayev · 4 years, 7 months ago
  21. c4a3e6d Export boot image files from prebuilt_apex/apex_set am: 5466a3699c by Paul Duffin · 4 years, 7 months ago
  22. 56a6834 Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred am: ce918b0278 by Paul Duffin · 4 years, 7 months ago
  23. aee99b3 Merge "DO NOT MERGE - Merge ab/7272582" into stage-aosp-master by TreeHugger Robot · 4 years, 7 months ago
  24. 5466a36 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 4 years, 7 months ago
  25. ce918b0 Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred by Paul Duffin · 4 years, 7 months ago
  26. 007875c DO NOT MERGE - Merge ab/7272582 by Xin Li · 4 years, 7 months ago
  27. 7f87216 Exclude jacocoagent from boot jars package check by Paul Duffin · 4 years, 7 months ago
  28. 4aea00e Merge "Move boot jars package check into platform_bootclasspath" by Paul Duffin · 4 years, 7 months ago
  29. 909a2fd Merge "Cleanup bootclasspathFragmentInitContentsFromImage" by Paul Duffin · 4 years, 7 months ago
  30. 975e757 Merge "Combine hidden API encoding with flag generation" by Paul Duffin · 4 years, 7 months ago
  31. b4bbf2c Simplify deapexer support by Paul Duffin · 4 years, 7 months ago
  32. fef5500 Remove javalib special case in createDeapexerModuleIfNeeded by Paul Duffin · 4 years, 7 months ago
  33. b98371c Add classpath fragment property to skip proto generation. by satayev · 4 years, 7 months ago
  34. c8ead41 Move boot jars package check into platform_bootclasspath by Paul Duffin · 4 years, 7 months ago
  35. 58e7586 Cleanup bootclasspathFragmentInitContentsFromImage by Paul Duffin · 4 years, 7 months ago
  36. e521881 Combine hidden API encoding with flag generation by Paul Duffin · 4 years, 7 months ago
  37. 142ed27 Rename ClasspathFragmentToConfiguredJarList methods to configuredJars. by satayev · 4 years, 7 months ago
  38. b0c1f0c AIDEGen: Collect dependencies info from APEX module. by bralee · 4 years, 7 months ago
  39. 768692b Merge "Add a build flag to always enable errorprone per-target" by Treehugger Robot · 4 years, 7 months ago
  40. 75fffb1 Add a build flag to always enable errorprone per-target by Cole Faust · 4 years, 7 months ago
  41. dd5993f Avoid passing around []hiddenAPIModule by Paul Duffin · 4 years, 7 months ago
  42. cc1bd83 Merge "Make copyBootJarsToPredefinedLocations simpler and less fragile" by Paul Duffin · 4 years, 7 months ago
  43. a11b870 Merge "Ensure primary boot image files are created before they are used" by Paul Duffin · 4 years, 7 months ago
  44. 2eddb50 Merge "Move TestPlatformBootclasspath_Fragments to apex package" by Paul Duffin · 4 years, 7 months ago
  45. 5e1073b Merge "Export hidden api related types and fields" by Paul Duffin · 4 years, 7 months ago
  46. 7b4bda2 Merge "Always propagate some environment variables to RBE" by Colin Cross · 4 years, 7 months ago
  47. 5f148ca Make copyBootJarsToPredefinedLocations simpler and less fragile by Paul Duffin · 4 years, 8 months ago
  48. bff50e2 Ensure primary boot image files are created before they are used by Paul Duffin · 4 years, 7 months ago
  49. ffa8375 Move TestPlatformBootclasspath_Fragments to apex package by Paul Duffin · 4 years, 7 months ago
  50. 524c82c Export hidden api related types and fields by Paul Duffin · 4 years, 7 months ago
  51. 95fad7a Always propagate some environment variables to RBE by Colin Cross · 4 years, 7 months ago
  52. 84c1cdf Maintain header order in merge_csv by Paul Duffin · 4 years, 7 months ago
  53. 05f1a0a Merge "Port module_partition logic for RRO from Make to Soong" by Spandan Das · 4 years, 7 months ago
  54. 5d1b929 Port module_partition logic for RRO from Make to Soong by Spandan Das · 4 years, 7 months ago
  55. 9eb611a Merge changes I162b0f68,I1689b670,Id6d997ee,I9aae2a16 by Colin Cross · 4 years, 7 months ago
  56. 5831f70 Merge "Add exemption for framework-sdkextensions-classpaths boot jar." by satayev · 4 years, 7 months ago
  57. 556e814 Remove sourcepath argument from metalava invocations by Anton Hansson · 4 years, 7 months ago
  58. edd6164 Stop filtering html files from droidstubs input by Anton Hansson · 4 years, 7 months ago
  59. 70336cd Make soong create sourcepath dirs by Anton Hansson · 4 years, 8 months ago
  60. 1b75a3c Add exemption for framework-sdkextensions-classpaths boot jar. by satayev · 4 years, 7 months ago
  61. 67c17ae Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist by Colin Cross · 4 years, 8 months ago
  62. f0eace9 Remove core_lib property from java_sdk_library by Colin Cross · 4 years, 8 months ago
  63. 59b92bf Ignore owner property when computing java_sdk_library dist subdirectory by Colin Cross · 4 years, 8 months ago
  64. 3dd6625 Make the default java_sdk_library dist_group "unknown" by Colin Cross · 4 years, 8 months ago
  65. c92738a Merge changes I9e62c703,I4c2ae2a2,I899c2946 by Colin Cross · 4 years, 8 months ago
  66. a8f4e62 Merge "add the LOCAL_DISABLE_TEST_CONFIG variable" by Yuntao Xu · 4 years, 8 months ago
  67. 986b69a Support dist_group property instead of owner for setting sdk dist subdirectory by Colin Cross · 4 years, 8 months ago
  68. 30c491b Add test for java_sdk_library dist properties by Colin Cross · 4 years, 8 months ago
  69. 1d2b6b3 Move java_sdk_library tests to sdk_library_test.go by Colin Cross · 4 years, 8 months ago
  70. 7a31855 add the LOCAL_DISABLE_TEST_CONFIG variable by Yuntao Xu · 4 years, 8 months ago
  71. 5ab4286 Remove support for removed_dex_api_filename by Anton Hansson · 4 years, 8 months ago
  72. 664b2cf Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx." by Martin Stjernholm · 4 years, 8 months ago
  73. 4ab2dd1 Merge changes I0116f5f4,I950c9b54,I967f5c42 by Colin Cross · 4 years, 8 months ago
  74. c33e521 Treat java libraries in classpath fragments as directly in apex by Colin Cross · 4 years, 8 months ago
  75. 1c564cc Use stem when filtering boot jars. by satayev · 4 years, 8 months ago
  76. be10503 Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx. by Martin Stjernholm · 4 years, 8 months ago
  77. 70975ac Merge "Rename generate proto config file to match classpath type." by satayev · 4 years, 8 months ago
  78. 8a7bbb5 Merge "Populate individual systemserverclasspath_fragments' proto configs." by satayev · 4 years, 8 months ago
  79. c2d8fa0 Merge "Clarify how metalava @SuppressLint works" by Treehugger Robot · 4 years, 8 months ago
  80. b23b745 Clarify how metalava @SuppressLint works by Aurimas Liutikas · 4 years, 8 months ago
  81. 8018e50 Tighten bootclasspath_fragment property validation by Paul Duffin · 4 years, 8 months ago
  82. 58e0e76 Only export boot image files to APEX if they are actually created by Paul Duffin · 4 years, 8 months ago
  83. 32cf58a Support removed API members in modular hidden API processing by Paul Duffin · 4 years, 8 months ago
  84. f1b358c Support hidden API processing for fragments with dependencies by Paul Duffin · 4 years, 8 months ago
  85. 703c67a Populate individual systemserverclasspath_fragments' proto configs. by satayev · 4 years, 8 months ago
  86. 18cf197 Remove bootclasspathApiInfo by Paul Duffin · 4 years, 8 months ago
  87. 6237092 Fix hidden API flags in com.android.i18n by Paul Duffin · 4 years, 8 months ago
  88. af99afa Rename hiddenAPIFlagFileInfo to HiddenAPIInfo by Paul Duffin · 4 years, 8 months ago
  89. 1352f7c Separate input to flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 8 months ago
  90. 1e6f5c4 Separate output of flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 8 months ago
  91. 438eb57 Separate monolithic hidden API processing from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 8 months ago
  92. 227e745 Rename generate proto config file to match classpath type. by satayev · 4 years, 8 months ago
  93. 54c98f5 Perform hidden API encoding in bootclasspath_fragment by Paul Duffin · 4 years, 8 months ago
  94. 0916595 Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment by Paul Duffin · 4 years, 8 months ago
  95. fc1fbc4 Merge "Adding relative_install_path field to android_app_import" by Spandan Das · 4 years, 8 months ago
  96. 90463fe Merge "Allow missing java_sdk_library files in AllowMissingDependencies builds" by Colin Cross · 4 years, 8 months ago
  97. 18f840c Allow missing java_sdk_library files in AllowMissingDependencies builds by Colin Cross · 4 years, 8 months ago
  98. d1fac64 Adding relative_install_path field to android_app_import by Spandan Das · 4 years, 8 months ago
  99. 8fab6f8 Populate individual classpath_fragments' classpaths.proto configs. by satayev · 4 years, 8 months ago
  100. ecf2dc4 Merge "Skip TestDex2oatToolDeps on Darwin." by Martin Stjernholm · 4 years, 8 months ago