1. 21695e2 Merge "Split findAndCopyBootJars into separate find and copy functions" by Paul Duffin · 4 years, 9 months ago
  2. fdf4050 Merge "Fix build failure when building unbundled apps (second try)" by Paul Duffin · 4 years, 9 months ago
  3. 3f9af76 Merge "Move configuration checks from getBootImageJar" by Treehugger Robot · 4 years, 9 months ago
  4. d504c3a Fix build failure when building unbundled apps (second try) by Paul Duffin · 4 years, 9 months ago
  5. f794e82 Merge "Exclude RequiresApi from generated stubs" by Andrei-Valentin Onea · 4 years, 9 months ago
  6. d6894ca Split findAndCopyBootJars into separate find and copy functions by Paul Duffin · 4 years, 9 months ago
  7. f23bc47 Move configuration checks from getBootImageJar by Paul Duffin · 4 years, 9 months ago
  8. 1468cc4 Merge "Revert "Fix build failure when building unbundled apps"" by Treehugger Robot · 4 years, 9 months ago
  9. 0dbd02a Revert "Fix build failure when building unbundled apps" by Vishnu Nair · 4 years, 9 months ago
  10. 5983d85 Merge "Fix build failure when building unbundled apps" by Paul Duffin · 4 years, 9 months ago
  11. c027119 Fix build failure when building unbundled apps by Paul Duffin · 4 years, 9 months ago
  12. 4985e51 Exclude RequiresApi from generated stubs by Andrei Onea · 4 years, 9 months ago
  13. 12d29b7 Move generation of hidden API make vars to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  14. e3ecce6 Make platform_bootclasspath a singleton module by Paul Duffin · 4 years, 9 months ago
  15. f7a5592 Move dumpOatRules to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  16. 4c09442 Move generateUpdatableBcpPackagesRule to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  17. 01b463b Differentiate between art, non-updatable and updatable modules by Paul Duffin · 4 years, 9 months ago
  18. 9bacf56 Extract logic to gather deps added for <apex>:<module> pairs by Paul Duffin · 4 years, 9 months ago
  19. 110b0ad Treat "apex" system_ext the same as platform by Paul Duffin · 4 years, 9 months ago
  20. 895c714 Add stub_libs properties to bootclasspath_fragment snapshot by Paul Duffin · 4 years, 9 months ago
  21. 1093158 Add support for specifying api provided by bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
  22. b75031e Merge "Replace source based system server stubs" by Andrei-Valentin Onea · 4 years, 9 months ago
  23. 8d817b7 Merge "Extract IsModuleInVersionedSdk" by Paul Duffin · 4 years, 9 months ago
  24. 44d1594 Extract generateUpdatableBcpPackagesRule from updatableBcpPackagesRule by Paul Duffin · 4 years, 9 months ago
  25. 2ac45f0 Remove special handling of frameworks/base/config/boot-profile.txt by Paul Duffin · 4 years, 9 months ago
  26. ad19d38 Move bootFrameworkProfileRule to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  27. 0c2e083 Extract IsModuleInVersionedSdk by Paul Duffin · 4 years, 9 months ago
  28. 976b0e5 Automatically export bootclasspath_fragment stubs from sdk by Paul Duffin · 4 years, 9 months ago
  29. eee466e Pass module to SdkMemberTypeDependencyTag.SdkMemberType by Paul Duffin · 4 years, 9 months ago
  30. 5861242 Extract default image specific logic from buildBootImage by Paul Duffin · 4 years, 9 months ago
  31. 57e2e7d Simplify missing deps handling in buildBootImage by Paul Duffin · 4 years, 9 months ago
  32. 81667c8 Remove panics from reportMissingVariationDependency by Paul Duffin · 4 years, 9 months ago
  33. bdae1e5 Merge "Drop DexPreoptImages field in dexpreopt config" by Treehugger Robot · 4 years, 9 months ago
  34. 2dc665b bootclasspath_fragment: Always output contents property in snapshot by Paul Duffin · 4 years, 9 months ago
  35. e95b53a Automatically add bootclasspath_fragment contents to sdk by Paul Duffin · 4 years, 9 months ago
  36. ba6afd0 Allow contents and image_name to be specified together by Paul Duffin · 6 years ago
  37. 2da0424 Extract java SdkMemberType instances as vars by Paul Duffin · 4 years, 9 months ago
  38. c7d1644 Add coverage specific properties to bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
  39. 46e4a9e Merge "Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment" by Paul Duffin · 4 years, 9 months ago
  40. 71c8469 Merge "Rename BootImageInfo to BootclasspathFragmentApexContentInfo" by Paul Duffin · 4 years, 9 months ago
  41. 00b47c4 Merge "Remove unused setting of BootImageInfo for platform_bootclasspath" by Paul Duffin · 4 years, 9 months ago
  42. b19b58a Drop DexPreoptImages field in dexpreopt config by Jeongik Cha · 4 years, 9 months ago
  43. 190fdef Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment by Paul Duffin · 4 years, 9 months ago
  44. e946b32 Rename BootImageInfo to BootclasspathFragmentApexContentInfo by Paul Duffin · 4 years, 9 months ago
  45. fa64af9 Merge "profman: Clean up output profile type options." by Vladimir Marko · 4 years, 9 months ago
  46. f13e07e Remove unused setting of BootImageInfo for platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  47. a720811 Allow exporting of sdk members to be done per tag by Paul Duffin · 4 years, 9 months ago
  48. df160eb Remove unused boot_image module type, prebuilt and sdk member type by Paul Duffin · 4 years, 9 months ago
  49. 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 9 months ago
  50. d5f8421 Merge changes Ic32f02a6,Ibe358542 by Paul Duffin · 4 years, 9 months ago
  51. 8811dcb Merge "Fix minor issues in updatability lint CLs." by Jaewoong Jung · 4 years, 9 months ago
  52. fbe3a73 Merge "Extract general bootclasspath related code into java/bootclasspath.go" by Paul Duffin · 4 years, 9 months ago
  53. 784ad87 Merge "Don't plumb PRODUCT_*_CLASSPATH vars to make." by Treehugger Robot · 4 years, 9 months ago
  54. 230bd42 profman: Clean up output profile type options. by Vladimir Marko · 4 years, 9 months ago
  55. 023dba0 Add exported_bootclasspath_fragments to prebuilt_apex/apex_set by Paul Duffin · 4 years, 9 months ago
  56. 36187b2 Export classesJars initialized in hiddenAPIExtractInformation by Paul Duffin · 4 years, 9 months ago
  57. b67d878 Extract general bootclasspath related code into java/bootclasspath.go by Paul Duffin · 4 years, 9 months ago
  58. 4994d26 Generalize the platformBootclasspathDepsMutator by Paul Duffin · 4 years, 9 months ago
  59. a369377 Merge "Expose "full" dexpreopt.config" by Treehugger Robot · 4 years, 9 months ago
  60. 3c87b1d Fix minor issues in updatability lint CLs. by Jaewoong Jung · 4 years, 9 months ago
  61. 0f28a51 Merge "bootclasspath_fragment: Add hidden API flag files to snapshot" by Paul Duffin · 4 years, 9 months ago
  62. 6e0a62b Merge "bootclasspath_fragment: Add contents to snapshot" by Paul Duffin · 4 years, 9 months ago
  63. c69bfdd Merge "Workaround build failure in coverage build" by Paul Duffin · 4 years, 9 months ago
  64. a9dd6fa Workaround build failure in coverage build by Paul Duffin · 4 years, 9 months ago
  65. d6599f5 Merge changes Ia74a2b83,I30a46c8f,Iac7c0149 by Jaewoong Jung · 4 years, 9 months ago
  66. 57d13c6 Merge "Move monolithic stub flags generation to platform_bootclasspath" by Paul Duffin · 4 years, 9 months ago
  67. d631512 Merge "Extract common stub flags code" by Paul Duffin · 4 years, 9 months ago
  68. 7cbdf81 Merge changes I67589bcc,Ibcfae390 by Paul Duffin · 4 years, 9 months ago
  69. 74431d5 Move monolithic stub flags generation to platform_bootclasspath by Paul Duffin · 4 years, 9 months ago
  70. 3e7fcc3 Extract common stub flags code by Paul Duffin · 4 years, 9 months ago
  71. 24eac47 Merge "Add new stub_only_static_libs attr for sdk_library" by Anton Hansson · 4 years, 9 months ago
  72. a34bee0 Don't plumb PRODUCT_*_CLASSPATH vars to make. by Artur Satayev · 4 years, 9 months ago
  73. dae54cd Add new stub_only_static_libs attr for sdk_library by Anton Hansson · 4 years, 9 months ago
  74. dac4517 Merge "Add various test files as testSrcs, so that they run on CI." by Rupert Shuttleworth · 4 years, 9 months ago
  75. 48de883 Add lint.strict_updatability_linting by Jaewoong Jung · 4 years, 9 months ago
  76. 11623b6 Move Java lint tests to lint_test.go by Jaewoong Jung · 4 years, 9 months ago
  77. 79e6f6b Forbid bypassing updatability lint checks. by Jaewoong Jung · 4 years, 9 months ago
  78. 7c95555 bootclasspath_fragment: Add hidden API flag files to snapshot by Paul Duffin · 4 years, 9 months ago
  79. a57835e bootclasspath_fragment: Add contents to snapshot by Paul Duffin · 4 years, 9 months ago
  80. d3c1513 Add tempPathForRestat to improve consistency by Paul Duffin · 4 years, 9 months ago
  81. 6589805 bootclasspath_fragment must only depend on source contents by Paul Duffin · 4 years, 9 months ago
  82. eaa432d Merge "Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules" by Paul Duffin · 4 years, 9 months ago
  83. b7e3076 Add various test files as testSrcs, so that they run on CI. by Rupert Shuttleworth · 4 years, 9 months ago
  84. 894546d Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules by Paul Duffin · 4 years, 9 months ago
  85. cc17bfe Rename propertyAccessor to propertyValueReader by Paul Duffin · 4 years, 9 months ago
  86. cbb3825 Merge changes Ibdeb2e5a,I520a5af4,I0db32bec,Id3ab0f3b by Jaewoong Jung · 4 years, 9 months ago
  87. 5a42025 Rename lint-project-xml.py to remove dashes. by Jaewoong Jung · 4 years, 9 months ago
  88. 42030ea Merge "platform_bootclasspath: aggregate hidden API flag files from fragments" by Paul Duffin · 4 years, 9 months ago
  89. cb5d208 Merge "java_sdk_library: Make dex stub jars available for hiddenapi" by Paul Duffin · 4 years, 9 months ago
  90. f8d9c49 Reland: Add jni_libs property to java tests by Colin Cross · 5 years ago
  91. 302c5b8 Extract getBaselineFilepath method. by Jaewoong Jung · 4 years, 9 months ago
  92. b5fa264 Merge changes Iefe133ce,I893f3dd0,I604a11c9 by Colin Cross · 4 years, 9 months ago
  93. c624667 Expose "full" dexpreopt.config by Jeongik Cha · 4 years, 9 months ago
  94. de1b891 Merge "Revert "Add jni_libs property to java tests"" by Colin Cross · 4 years, 9 months ago
  95. 26616d4 Revert "Add jni_libs property to java tests" by Colin Cross · 4 years, 9 months ago
  96. aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 4 years, 9 months ago
  97. 246164a Add jni_libs property to java tests by Colin Cross · 5 years ago
  98. 63eeda0 Fix metalava api baseline update command by Colin Cross · 4 years, 9 months ago
  99. 1267d87 java_sdk_library: Make dex stub jars available for hiddenapi by Paul Duffin · 4 years, 9 months ago
  100. 06d6373 Merge "Made ManifestPath OptionalPath instead of Path" by Jeongik Cha · 4 years, 9 months ago