1. 4ab2dd1 Merge changes I0116f5f4,I950c9b54,I967f5c42 by Colin Cross · 4 years, 3 months ago
  2. c33e521 Treat java libraries in classpath fragments as directly in apex by Colin Cross · 4 years, 3 months ago
  3. 1c564cc Use stem when filtering boot jars. by satayev · 4 years, 3 months ago
  4. 8018e50 Tighten bootclasspath_fragment property validation by Paul Duffin · 4 years, 3 months ago
  5. 58e0e76 Only export boot image files to APEX if they are actually created by Paul Duffin · 4 years, 3 months ago
  6. f1b358c Support hidden API processing for fragments with dependencies by Paul Duffin · 4 years, 4 months ago
  7. 18cf197 Remove bootclasspathApiInfo by Paul Duffin · 4 years, 3 months ago
  8. 6237092 Fix hidden API flags in com.android.i18n by Paul Duffin · 4 years, 3 months ago
  9. af99afa Rename hiddenAPIFlagFileInfo to HiddenAPIInfo by Paul Duffin · 4 years, 3 months ago
  10. 1352f7c Separate input to flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 3 months ago
  11. 1e6f5c4 Separate output of flag generation from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 3 months ago
  12. 438eb57 Separate monolithic hidden API processing from hiddenAPIFlagFileInfo by Paul Duffin · 4 years, 3 months ago
  13. 54c98f5 Perform hidden API encoding in bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  14. 8fab6f8 Populate individual classpath_fragments' classpaths.proto configs. by satayev · 4 years, 4 months ago
  15. 1a8010a Store dex jar paths in bootclasspath_fragment's apex content info by Paul Duffin · 4 years, 4 months ago
  16. 14e4913 Move classpaths.proto related info into a separate provider. by satayev · 4 years, 4 months ago
  17. 70cfdff Add temporary restriction on hidden API processing by Paul Duffin · 4 years, 4 months ago
  18. 21f62ef Merge "Generate monolithic hidden API files direct from class jars" by Paul Duffin · 4 years, 4 months ago
  19. 79fd3d7 Allow shared libraries on bootclasspath by Paul Duffin · 4 years, 4 months ago
  20. 537ea3d Generate monolithic hidden API files direct from class jars by Paul Duffin · 4 years, 4 months ago
  21. 34827d4 Use java_sdk_library in bootclasspath_fragment contents as stubs by Paul Duffin · 4 years, 4 months ago
  22. 2fef136 Generate hidden API flags for a bootclasspath_fragment by Paul Duffin · 4 years, 5 months ago
  23. f4600f6 Disallow shared libraries in bootclasspath_fragment contents by Paul Duffin · 4 years, 4 months ago
  24. a10bd3c Add java_sdk_library in bootclasspath_fragment contents to sdk by Paul Duffin · 4 years, 4 months ago
  25. 2fc82ad Build boot images in bootclasspath_fragment/platform_bootclasspath by Paul Duffin · 4 years, 4 months ago
  26. 7ebebfd Move copying of dex files from dexpreopt_bootjars singleton by Paul Duffin · 4 years, 4 months ago
  27. 3db3547 Generate empty classpaths.proto for bootclasspath_fragment.go. by satayev · 4 years, 4 months ago
  28. 2d3da31 Make all SdkMemberTypes support transitive member deps by Paul Duffin · 4 years, 4 months ago
  29. f23bc47 Move configuration checks from getBootImageJar by Paul Duffin · 4 years, 4 months ago
  30. 895c714 Add stub_libs properties to bootclasspath_fragment snapshot by Paul Duffin · 4 years, 4 months ago
  31. 1093158 Add support for specifying api provided by bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  32. 0c2e083 Extract IsModuleInVersionedSdk by Paul Duffin · 4 years, 4 months ago
  33. eee466e Pass module to SdkMemberTypeDependencyTag.SdkMemberType by Paul Duffin · 4 years, 4 months ago
  34. 2dc665b bootclasspath_fragment: Always output contents property in snapshot by Paul Duffin · 4 years, 4 months ago
  35. e95b53a Automatically add bootclasspath_fragment contents to sdk by Paul Duffin · 4 years, 4 months ago
  36. ba6afd0 Allow contents and image_name to be specified together by Paul Duffin · 6 years ago
  37. c7d1644 Add coverage specific properties to bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  38. 190fdef Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  39. e946b32 Rename BootImageInfo to BootclasspathFragmentApexContentInfo by Paul Duffin · 4 years, 4 months ago
  40. df160eb Remove unused boot_image module type, prebuilt and sdk member type by Paul Duffin · 4 years, 4 months ago
  41. 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 4 months ago[Renamed (74%) from java/boot_image.go]
  42. 023dba0 Add exported_bootclasspath_fragments to prebuilt_apex/apex_set by Paul Duffin · 4 years, 4 months ago
  43. 0f28a51 Merge "bootclasspath_fragment: Add hidden API flag files to snapshot" by Paul Duffin · 4 years, 4 months ago
  44. 6e0a62b Merge "bootclasspath_fragment: Add contents to snapshot" by Paul Duffin · 4 years, 4 months ago
  45. a9dd6fa Workaround build failure in coverage build by Paul Duffin · 4 years, 4 months ago
  46. 7c95555 bootclasspath_fragment: Add hidden API flag files to snapshot by Paul Duffin · 4 years, 4 months ago
  47. a57835e bootclasspath_fragment: Add contents to snapshot by Paul Duffin · 4 years, 4 months ago
  48. 6589805 bootclasspath_fragment must only depend on source contents by Paul Duffin · 4 years, 4 months ago
  49. 9b381ef platform_bootclasspath: aggregate hidden API flag files from fragments by Paul Duffin · 4 years, 5 months ago
  50. 4d101b6 Add the transitive dependencies of boot_image to apex by Paul Duffin · 4 years, 5 months ago
  51. 82886d6 Add contents property to boot_image (and prebuilt_boot_image) by Paul Duffin · 4 years, 5 months ago
  52. c7ef989 Add dependencies for art boot_image by Paul Duffin · 4 years, 5 months ago
  53. 4b64ba0 Add bootclasspath_fragment as an alias for boot_image by Paul Duffin · 4 years, 5 months ago
  54. 64be7bb Change type of Image_name from string to *string by Paul Duffin · 4 years, 5 months ago
  55. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 5 months ago
  56. b79c7f1 Run InitAndroidArchModule last in factory functions. by Martin Stjernholm · 4 years, 6 months ago
  57. f7f65da Add prebuilt_boot_image and add boot_images to sdk by Paul Duffin · 4 years, 6 months ago
  58. 07065cd Allow cross-cutting dependencies like licenses. by Bob Badour · 4 years, 7 months ago
  59. 5bbfef8 Fix some minor issues with boot_image by Paul Duffin · 4 years, 7 months ago
  60. a1d6025 Add boot_images to apex by Paul Duffin · 4 years, 7 months ago
  61. 3451e16 Add boot_image module type by Paul Duffin · 4 years, 7 months ago