1. 2cfe696 Properly initialize android_system_image modules by Cole Faust · 11 months ago
  2. 2cc4250 Soong system image may update the $PRODUCT_OUT by Justin Yun · 11 months ago
  3. 34baa2e Update $PRODUCT_OUT from the soong system image files by Justin Yun · 11 months ago
  4. 33f95a9 Add support installing to root of filesystem image by Inseob Kim · 1 year, 1 month ago
  5. e1a8555 Add IsAddingDependency to IncomingTransitionContext by Colin Cross · 1 year, 2 months ago
  6. 99a954d Generate file list installed from a filesystem by Kiyoung Kim · 1 year, 1 month ago
  7. 555d133 Use OutputFilesProvider on filesystem module types by mrziwang · 1 year, 2 months ago
  8. d9c6a5b Make dirs a configurable property by Cole Faust · 1 year, 2 months ago
  9. 3ea9b65 filesystem modules gathers first target only by Jiyong Park · 1 year, 3 months ago
  10. 74f3f30 Soong filesystem may install aconfig_flags.pb by Justin Yun · 1 year, 3 months ago
  11. 7c9ab4f Merge changes from topic "revert-3069323-revert-3066748-duplicate_entry_fs-CIBDJQYRHU-FVLDIVWUZV" into main by Jiyong Park · 1 year, 3 months ago
  12. b7b8457 Add logtags support to filesystem module by Inseob Kim · 1 year, 3 months ago
  13. 7e7d4af Revert^2 "Filesystem modules follow the installation semantic" by Jiyong Park · 1 year, 3 months ago
  14. 5435186 Revert "Filesystem modules follow the installation semantic" by Jiyong Park · 1 year, 3 months ago
  15. 742f54c Filesystem modules follow the installation semantic by Jiyong Park · 1 year, 3 months ago
  16. 52a0848 Merge "android_filesystem_defaults and visibility rule" into main by Jiyong Park · 1 year, 4 months ago
  17. f46b1af android_filesystem_defaults and visibility rule by Jiyong Park · 1 year, 4 months ago
  18. 2c8cdc6 Add support for rollback_index to android_filesystem module by Nikita Ioffe · 1 year, 4 months ago
  19. f16c5a0 Merge "Add support to generate fsverity metadata" into main by Inseob Kim · 1 year, 4 months ago
  20. 5339184 Add support to generate fsverity metadata by Inseob Kim · 1 year, 4 months ago
  21. eaac823 Add android_system_image_defaults by Jiyong Park · 1 year, 4 months ago
  22. 9a24d90 Add more specific partition visibility rules by Cole Faust · 1 year, 5 months ago
  23. 4a2a7c9 Add include_make_built_files by Cole Faust · 1 year, 5 months ago
  24. 3b806d3 Don't use zip files when creating filesystems by Cole Faust · 1 year, 5 months ago
  25. cec230a Optimize buildPropFile() by Cole Faust · 1 year, 5 months ago
  26. 54bf875 Add GatherPackagingSpecsWithFilter by Jeongik Cha · 1 year, 6 months ago
  27. f5f4ad3 Convert coverageMutator to a TransitionMutator by Colin Cross · 1 year, 6 months ago
  28. 87230e6 Add defaults modules for avb modules by Inseob Kim · 1 year, 8 months ago
  29. a30e450 Add security_patch avb property for android_filesystem by Seungjae Yoo · 1 year, 9 months ago
  30. 376d72f Add mount_point property to android_filesystem by Inseob Kim · 1 year, 9 months ago
  31. e606759 Make filesystem aware of coverage by Jooyung Han · 2 years, 5 months ago
  32. 000e3a3 [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image by Alice Wang · 2 years, 7 months ago
  33. 32a86bd Merge "Fix the description of Avb_hash_algorithm & algorithm" by Treehugger Robot · 2 years, 7 months ago
  34. bc675eb Revert "[avb_footer] Add avb_gen_vbmeta_image to generate vbmeta..." by Jerry Huang · 2 years, 7 months ago
  35. fafe064 [avb_footer] Add avb_gen_vbmeta_image to generate vbmeta image by Alice Wang · 2 years, 7 months ago
  36. 519015f Run host_init_verifier when building filesystem by Nikita Ioffe · 2 years, 7 months ago
  37. 01403bb Fix the description of Avb_hash_algorithm & algorithm by Shikha Panwar · 2 years, 7 months ago
  38. e6f3063 Expose avb_hash_algorithm as a property. by Shikha Panwar · 2 years, 7 months ago
  39. bc48548 Add props property to add_avb_hash_footer by Jiyong Park · 2 years, 9 months ago
  40. 65f402b Support deterministic output for bootimg/filesystem by Jooyung Han · 3 years, 3 months ago
  41. 0fbbc2b android_system_image only packages "system" items by Jooyung Han · 3 years, 4 months ago
  42. a883428 Move GatherPackagingSpecs out of CopyDepsToZip by Jooyung Han · 3 years, 4 months ago
  43. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 9 months ago
  44. fa61613 android_system_image that generates linker.config.pb by Jiyong Park · 4 years, 3 months ago
  45. 9706cbc Add filesystem_test.go by Jooyung Han · 4 years, 4 months ago
  46. 9b6108f Merge "Fix PackagingBase.CopyDepsToZip" by Treehugger Robot · 4 years, 4 months ago
  47. 092ef81 Fix PackagingBase.CopyDepsToZip by Jooyung Han · 4 years, 5 months ago
  48. 972e06c Add vbmeta module type by Jiyong Park · 4 years, 5 months ago
  49. ac4076d bootimg signs image using verity_utils by Jiyong Park · 4 years, 5 months ago
  50. 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 4 years, 5 months ago
  51. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 5 years ago
  52. 14199b0 Add dirs and symlinks property to filesystem by Inseob Kim · 4 years, 6 months ago
  53. 2ce1b5d Add base_dir property to filesystem by Inseob Kim · 4 years, 6 months ago
  54. b3f9025 Merge "Support uncompressed cpio" by Treehugger Robot · 4 years, 6 months ago
  55. 364da36 Merge changes I6a5357e9,I199f070e by Treehugger Robot · 4 years, 6 months ago
  56. 837cdb2 Support uncompressed cpio by Jiyong Park · 4 years, 6 months ago
  57. 940dfd4 android_filesystem is OutputFileProducer by Jiyong Park · 4 years, 6 months ago
  58. cc8e536 Add file_contexts property to filesystem by Inseob Kim · 4 years, 6 months ago
  59. 11a6597 android_filesystem supports compressed cpio format by Jiyong Park · 4 years, 6 months ago
  60. 3db465d Don't use "echo -e" when creating prop file by Jiyong Park · 4 years, 6 months ago
  61. 71baa76 Sign android_filesystem with avbtool by Jiyong Park · 4 years, 7 months ago
  62. 7267831 Refactor filesystem.go to make it easy to build prop file by Jiyong Park · 4 years, 7 months ago
  63. 12a719c android_filesystem modules can be included in APEX by Jiyong Park · 4 years, 7 months ago
  64. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 9 months ago
  65. 65c49f5 android_filesystem is installable by Jiyong Park · 4 years, 8 months ago
  66. 65b6224 Clients of PackagingBase can customize dependency tag to use by Jiyong Park · 4 years, 8 months ago
  67. 6f0f688 add android_filesystem by Jiyong Park · 4 years, 9 months ago