1. d53fcc0 Do not rename prebuilt apexes for product packaging by Spandan Das · 6 months ago
  2. 613bdc5 Call PackageFile for dexpreopt files of APEX bundles. by Justin Yun · 7 months ago
  3. 5f1f940 Restrict validateApexClasspathFragments to active apex prebuilts by Spandan Das · 8 months ago
  4. 3d0d31a Align boot jar exclusion with apex_contributions by Spandan Das · 9 months ago
  5. 40182b6 Remove duplicated CollectDependencyAconfigFiles() by Justin Yun · 8 months ago
  6. 3490dfd Generate info about the selected app variant in platform builds by Spandan Das · 10 months ago
  7. a747d2e Generate info about the selected apex variant in platform builds by Spandan Das · 10 months ago
  8. 161e468 Use source_module_name to determine the contents of prebuilt apexes by Spandan Das · 12 months ago
  9. 2ea84dd Propagate profile_guided requirement of imports to top-level apex by Spandan Das · 12 months ago
  10. e21a8d4 Fix the args used to dexpreopt system server jars in prebuilt apexes by Spandan Das · 12 months ago
  11. f5e03f1 Move ApexBundleInfoProvider from apex/ to android/ by Spandan Das · 12 months ago
  12. b2fd4ff Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars" by Spandan Das · 12 months ago
  13. 0b7089f Ensure sscp jars get copied to $OUT/soong/system_server_dexjars by Spandan Das · 12 months ago
  14. 744a2a6 Merge "Handle installation rules for co-existing prebuilts" into main by Treehugger Robot · 1 year ago
  15. 3576e76 Handle installation rules for co-existing prebuilts by Spandan Das · 1 year ago
  16. afe7baf Propagate aconfig providers for more modules. by LaMont Jones · 1 year ago
  17. a41b8ec Update usage of SetProvider by Spandan Das · 1 year, 1 month ago
  18. 5be6333 Use the correct bootjars when multiple prebuilt apexes exist by Spandan Das · 1 year, 1 month ago
  19. da739a3 Use the correct prof file when multiple prebuilt apexes exist by Spandan Das · 1 year, 1 month ago
  20. fae468e Move validation from FindDeapexerProviderForModule to rdeps by Spandan Das · 1 year, 1 month ago
  21. 2069c3f Move dexpreopt processing from java_*_import to prebuilt_apex by Spandan Das · 1 year, 1 month ago
  22. 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 1 month ago
  23. 09ad3a6 Change deps of ctx.Install* from Paths to InstallPaths by Colin Cross · 1 year, 2 months ago
  24. 286957d Rewrite how to generate apexkeys.txt by Jooyung Han · 1 year, 3 months ago
  25. 138ee09 Merge changes from topic "deprecate-zip-apex" into main by Jooyung Han · 1 year, 5 months ago
  26. 8d4a1f0 apex: Remove host support by Jooyung Han · 1 year, 5 months ago
  27. 06a8a1c apex: Remove 'zip' apex support by Jooyung Han · 1 year, 5 months ago
  28. d22afe9 Add apex compat symlinks to LOCAL_SOONG_INSTALL_SYMLINKS by Cole Faust · 1 year, 5 months ago
  29. 0a693c5 Revert "Add apex compat symlinks to LOCAL_SOONG_INSTALL_SYMLINKS" by Chun-Yi Lee · 1 year, 5 months ago
  30. b23d574 Add apex compat symlinks to LOCAL_SOONG_INSTALL_SYMLINKS by Cole Faust · 1 year, 5 months ago
  31. eec1b3f Remove "flattened" apexes by Jooyung Han · 1 year, 7 months ago
  32. b47cacc Remove the ability to install boot images by bootclasspath_fragments. by Jiakai Zhang · 1 year, 8 months ago
  33. 2dc7244 Don't add apex_set deps in nondeterministic order by Liz Kammer · 1 year, 9 months ago
  34. 51645ff Add skip-sdk-check to extract_apks by Pranav Gupta · 1 year, 10 months ago
  35. 76fdd67 Allow building against prerelease prebuilt APEXes by Paul Duffin · 2 years, 1 month ago
  36. 4f2282c Make apex_set support ":<apex>" syntax to access the apex file by Paul Duffin · 2 years, 1 month ago
  37. 805e0a5 Ignore native bridge archs for apex selection by Anton Hansson · 2 years, 2 months ago
  38. abacbe8 HACK: use arm64 apex prebuilts for riscv64 by Colin Cross · 2 years, 2 months ago
  39. 401f298 Add riscv64 support for apex prebuilt by Chen Guoyin · 2 years, 3 months ago
  40. 553a31b Support AllowMissingDependencies in prebuilt_apex modules by Colin Cross · 2 years, 3 months ago
  41. eba03b0 Tag apex_set's 'set' config with `android:"path"` by Pranav Gupta · 2 years, 4 months ago
  42. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 2 years, 5 months ago
  43. 340ee8e Export provenance metadata for prebuilt APKs and APEXes. by Wei Li · 2 years, 10 months ago
  44. e6e90db Allow installing boot images outside of APEX for prebuilt. by Jiakai Zhang · 3 years ago
  45. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 2 months ago
  46. 730e3f6 Set prebuiltCommon.installedFile for apex_set modules by Colin Cross · 3 years, 1 month ago
  47. ae44fd8 Don't pass ":=" in variable name to AndroidMkEntries.SetString. by Martin Stjernholm · 3 years, 2 months ago
  48. 6340ea5 Move apex module installation into Soong by Colin Cross · 3 years, 2 months ago
  49. ccba23d Revert "Move apex module installation into Soong" by Colin Cross · 3 years, 2 months ago
  50. e3d156a Move apex module installation into Soong by Colin Cross · 3 years, 2 months ago
  51. 13dd220 Merge "Stop prebuilt_apex/apex_set exporting invalid jars to Make" by Paul Duffin · 3 years, 3 months ago
  52. 2579631 Stop prebuilt_apex/apex_set exporting invalid jars to Make by Paul Duffin · 3 years, 3 months ago
  53. d20f37f Merge changes I7876b077,Ib2e7d5e6,I7d2d2e02,Ibf5322f8 am: dcc42b6f7e by Jiakai Zhang · 3 years, 4 months ago
  54. 774dd30 Add exported_systemserverclasspath_fragments to prebuilt_apex rule. by Jiakai Zhang · 3 years, 4 months ago
  55. 40fc93f Merge changes I957f3df8,I68986dcc am: cf6bf37d04 by Martin Stjernholm · 3 years, 4 months ago
  56. 4482560 Consolidate the code to resolve a deapexer module dependency. by Martin Stjernholm · 3 years, 4 months ago
  57. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 3 years, 4 months ago
  58. 23a5cba Merge changes I9c94a54a,Idc0c73a7 am: 2c6ede11cc by Jiakai Zhang · 3 years, 4 months ago
  59. 204356f Preopt APEX system server jars from prebuilts. by Jiakai Zhang · 3 years, 4 months ago
  60. 17544fe Merge "Relax restriction on suffix of apex_set filename to include .capex" am: 385cde82d4 by Mohammad Islam · 3 years, 4 months ago
  61. 7c02e26 Relax restriction on suffix of apex_set filename to include .capex by Samiul Islam · 3 years, 4 months ago
  62. ce1dcf6 Use prebuild modules even when coverage is enabled. by Kun Niu · 3 years, 5 months ago
  63. 46ab291 Ignore license and similar dependencies of prebuilt_apex/apex_set by Paul Duffin · 3 years, 7 months ago
  64. fee8cf3 Ignore license and similar dependencies of prebuilt_apex/apex_set by Paul Duffin · 3 years, 7 months ago
  65. d8da28e Fix inconsistencies in the apex names used for the apex variations. by Martin Stjernholm · 3 years, 7 months ago
  66. bfffae7 Fix inconsistencies in the apex names used for the apex variations. by Martin Stjernholm · 3 years, 7 months ago
  67. 034196d Simplify deapexer support by Paul Duffin · 3 years, 7 months ago
  68. 7db57e0 Remove javalib special case in createDeapexerModuleIfNeeded by Paul Duffin · 3 years, 7 months ago
  69. 0d7f2d3 Merge "Simplify deapexer support" by Paul Duffin · 3 years, 7 months ago
  70. 6b592bd Merge "Remove javalib special case in createDeapexerModuleIfNeeded" by Paul Duffin · 3 years, 7 months ago
  71. 9dc8c54 Extract createEntriesForApexFile by Paul Duffin · 3 years, 7 months ago
  72. b508405 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 3 years, 7 months ago
  73. fd53e21 Copy implementation and header jars to make when possible by Paul Duffin · 3 years, 7 months ago
  74. c30aea2 Make apex variants of prebuilt apex exported modules available in make by Paul Duffin · 3 years, 7 months ago
  75. 155c177 Extract createEntriesForApexFile by Paul Duffin · 3 years, 7 months ago
  76. 5466a36 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 3 years, 7 months ago
  77. 85fa344 Copy implementation and header jars to make when possible by Paul Duffin · 3 years, 7 months ago
  78. b4bbf2c Simplify deapexer support by Paul Duffin · 3 years, 7 months ago
  79. fef5500 Remove javalib special case in createDeapexerModuleIfNeeded by Paul Duffin · 3 years, 7 months ago
  80. a35f8db Make apex variants of prebuilt apex exported modules available in make by Paul Duffin · 3 years, 7 months ago
  81. ef6b695 Dedup apex/Prebuilt and apex/ApexSet by Paul Duffin · 3 years, 7 months ago
  82. a9c8110 Dedup apex/Prebuilt and apex/ApexSet by Paul Duffin · 3 years, 7 months ago
  83. c4f4ced Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx." by Martin Stjernholm · 3 years, 8 months ago
  84. be10503 Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx. by Martin Stjernholm · 3 years, 8 months ago
  85. 59b9f14 Record the actual APEXes that a module is part of. by Jiyong Park · 3 years, 8 months ago
  86. 712e8b5 Rename InApexes -> InApexVariants by Jiyong Park · 3 years, 8 months ago
  87. 78349b5 Record the actual APEXes that a module is part of. by Jiyong Park · 3 years, 8 months ago
  88. ab50b07 Rename InApexes -> InApexVariants by Jiyong Park · 3 years, 8 months ago
  89. 6f187fd Merge "Generalize deapexer module to export any files" am: d8561166eb am: c012dfc534 am: e3530f6c3e by Paul Duffin · 3 years, 8 months ago
  90. 4ea8e00 Merge "Simplify prebuilt_apex/apex_set common properties" am: 9f361c301d am: 977a1c20cd am: 2ee29af83b by Paul Duffin · 3 years, 8 months ago
  91. e8e6b89 Merge "Derive deapexer module properties from transitive dependencies" am: eeec6bd460 am: 955ddedc44 am: 0bdaee7798 by Paul Duffin · 3 years, 8 months ago
  92. 909dc22 Merge "Move creation of deapexer modules to separate mutator" am: b60def6def am: c9b695b6d7 am: 366800572f by Paul Duffin · 3 years, 8 months ago
  93. 3bae068 Generalize deapexer module to export any files by Paul Duffin · 3 years, 8 months ago
  94. bb0dc13 Simplify prebuilt_apex/apex_set common properties by Paul Duffin · 3 years, 8 months ago
  95. 57f8359 Derive deapexer module properties from transitive dependencies by Paul Duffin · 3 years, 8 months ago
  96. 5dda3e3 Move creation of deapexer modules to separate mutator by Paul Duffin · 3 years, 8 months ago
  97. f93ca54 Merge "Transitively add APEX variants for contents of prebuilt_apex/apex_set" am: c76155cd71 am: c8e88cf3f7 am: 85e40bba2c by Paul Duffin · 3 years, 8 months ago
  98. b17d044 Transitively add APEX variants for contents of prebuilt_apex/apex_set by Paul Duffin · 3 years, 8 months ago
  99. 4935808 Merge "Add exported_bootclasspath_fragments to prebuilt_apex/apex_set" am: ed0b64f65b am: 07b9400abb am: 7c1dda11a6 by Paul Duffin · 3 years, 9 months ago
  100. 023dba0 Add exported_bootclasspath_fragments to prebuilt_apex/apex_set by Paul Duffin · 3 years, 9 months ago