1. a0503a5 apex: Remove apexPackagingMutator by Jooyung Han · 2 years ago
  2. 556bdf8 Add a Make variable to determine ART boot image jars for testing. by Jiakai Zhang · 2 years, 1 month ago
  3. cb13b5d Refactor dexpreopt for boot jars to make it flexible to config changes. by Jiakai Zhang · 2 years, 1 month ago
  4. f7f782c Remove Modules() from BootclasspathFragmentApexContentInfo. by Jiakai Zhang · 2 years, 1 month ago
  5. b69e895 Fix some tests for dexpreopt and remove unnecessary tests. by Jiakai Zhang · 2 years, 1 month ago
  6. b47cacc Remove the ability to install boot images by bootclasspath_fragments. by Jiakai Zhang · 2 years, 3 months ago
  7. b95998b Prepare tests for dexpreopt changes. by Jiakai Zhang · 2 years, 3 months ago
  8. bc698cd Revert^2 "Generate boot image profiles even if dexpreopt is disabled." by Jiakai Zhang · 2 years, 3 months ago
  9. 7081aaf Merge changes from topic "revert-2574032-XXTWCJDTDQ" by Qiao Yang · 2 years, 3 months ago
  10. 8d8c660 Revert "Generate boot image profiles even if dexpreopt is disabled." by Qiao Yang · 2 years, 3 months ago
  11. dbfcf85 Merge changes I4e721b47,I1bf05ade by Jiakai Zhang · 2 years, 3 months ago
  12. b95f834 Generate boot image profiles even if dexpreopt is disabled. by Jiakai Zhang · 2 years, 3 months ago
  13. 4753b39 Get rid of DeviceName() from path related to dexpreopt by Jeongik Cha · 2 years, 4 months ago
  14. ebf48bf Properly check the deapexed files in tests. by Jiakai Zhang · 2 years, 6 months ago
  15. 862c0d6 Check for duplicate bundled files from different modules. by Jooyung Han · 2 years, 8 months ago
  16. 9fd5647 bootclasspath_fragment: Require at least one hidden_api package property by Paul Duffin · 3 years, 4 months ago
  17. e6e90db Allow installing boot images outside of APEX for prebuilt. by Jiakai Zhang · 3 years, 6 months ago
  18. 6decef9 Allow installing boot images outside of APEX. by Jiakai Zhang · 3 years, 7 months ago
  19. 7d3c9e0 Test that `DisableGenerateProfile` takes effects for APEXes. by Jiakai Zhang · 3 years, 8 months ago
  20. 43c44b0 Do not allow duplicate deapexer dependencies. by Martin Stjernholm · 4 years, 1 month ago
  21. 49b1eb6 Add ART boot image profile to the ART APEX. by Jiakai Zhang · 3 years, 8 months ago
  22. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 3 years, 11 months ago
  23. abcd597 Fix tests to use correct fixtures for configuring (Apex)BootJars. by satayev · 4 years ago
  24. 4102c0c Merge "Rename UpdatableBootJars to ApexBootJars." by satayev · 4 years ago
  25. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 4 years, 1 month ago
  26. 54e4197 Require prebuilt_bootclasspath_fragment to provide hidden API files by Paul Duffin · 4 years, 1 month ago
  27. 280a31a Calculate widest stub dex jars per module by Paul Duffin · 4 years, 1 month ago
  28. 5cca7c4 Support hidden API processing for modules that use platform APIs by Paul Duffin · 4 years, 2 months ago
  29. b51db2e Add ModuleLibHiddenAPIScope for hidden API processing by Paul Duffin · 4 years, 2 months ago
  30. 48b6741 Add test for modular hiddenapi list rule by Paul Duffin · 4 years, 1 month ago
  31. 31fad80 Add HiddenAPIScope to replace use of SdkKind by Paul Duffin · 4 years, 2 months ago
  32. 5466a36 Export boot image files from prebuilt_apex/apex_set by Paul Duffin · 4 years, 2 months ago
  33. ce918b0 Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred by Paul Duffin · 4 years, 2 months ago
  34. e521881 Combine hidden API encoding with flag generation by Paul Duffin · 4 years, 2 months ago
  35. 6717d88 Create APEX variant for prebuilt_apex/apex_set by Paul Duffin · 4 years, 2 months ago
  36. 70975ac Merge "Rename generate proto config file to match classpath type." by satayev · 4 years, 2 months ago
  37. 58e0e76 Only export boot image files to APEX if they are actually created by Paul Duffin · 4 years, 3 months ago
  38. f1b358c Support hidden API processing for fragments with dependencies by Paul Duffin · 4 years, 3 months ago
  39. 227e745 Rename generate proto config file to match classpath type. by satayev · 4 years, 3 months ago
  40. 54c98f5 Perform hidden API encoding in bootclasspath_fragment by Paul Duffin · 4 years, 3 months ago
  41. 1a8010a Store dex jar paths in bootclasspath_fragment's apex content info by Paul Duffin · 4 years, 3 months ago
  42. f2fa0b5 Test dex jar paths provided to apex by bootclasspath_fragment by Paul Duffin · 4 years, 3 months ago
  43. 3db3547 Generate empty classpaths.proto for bootclasspath_fragment.go. by satayev · 4 years, 3 months ago
  44. f23bc47 Move configuration checks from getBootImageJar by Paul Duffin · 4 years, 3 months ago
  45. ba6afd0 Allow contents and image_name to be specified together by Paul Duffin · 6 years ago
  46. e946b32 Rename BootImageInfo to BootclasspathFragmentApexContentInfo by Paul Duffin · 4 years, 3 months ago
  47. 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 3 months ago[Renamed (91%) from apex/boot_image_test.go]
  48. 6589805 bootclasspath_fragment must only depend on source contents by Paul Duffin · 4 years, 4 months ago
  49. 94f1963 Remove unused boot_images property and rename tag by Paul Duffin · 4 years, 4 months ago
  50. 60264a0 Improve realism of boot jar tests by Paul Duffin · 4 years, 4 months ago
  51. 11216db Separate apex selection from apex.Prebuilt by Paul Duffin · 4 years, 5 months ago
  52. 4d101b6 Add the transitive dependencies of boot_image to apex by Paul Duffin · 4 years, 4 months ago
  53. 82886d6 Add contents property to boot_image (and prebuilt_boot_image) by Paul Duffin · 4 years, 5 months ago
  54. c7ef989 Add dependencies for art boot_image by Paul Duffin · 4 years, 5 months ago
  55. 9ea71c0 Make apex/boot_image_test.go more realistic by Paul Duffin · 4 years, 5 months ago
  56. 52bfaa4 Prune test preparers in apex/boot_image_test.go by Paul Duffin · 4 years, 5 months ago
  57. 396229f Prevent apex from using preferred prebuilt_boot_image by Paul Duffin · 4 years, 5 months ago
  58. 34d433a Convert apex/boot_image_test.go to use test fixtures by Paul Duffin · 4 years, 5 months ago
  59. 110bca5 Merge "Remove extra return value from testApex" by Colin Cross · 4 years, 5 months ago
  60. f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 4 years, 6 months ago
  61. 1c46056 Remove extra return value from testApex by Colin Cross · 4 years, 6 months ago
  62. 5bbfef8 Fix some minor issues with boot_image by Paul Duffin · 4 years, 6 months ago
  63. a1d6025 Add boot_images to apex by Paul Duffin · 4 years, 7 months ago
  64. 3451e16 Add boot_image module type by Paul Duffin · 4 years, 7 months ago