1. abe6400 extract_utils: Fix system_ext framework blueprint generation. by Alexander Koskovich · 4 years, 2 months ago
  2. 6c1eb09 extract_utils: Add support for system_ext by Luca Stefani · 4 years, 2 months ago
  3. bfd61d3 extract-utils: Fix usage for ETC files which need sub_dir by Andreas Schneider · 4 years, 6 months ago
  4. 4ae6048 extract_utils: Fix vendor Android.bp creation with subdirectory by Andreas Schneider · 4 years, 6 months ago
  5. 8426f82 extract_utils: Handle Brotli compressed block image by dianlujitao · 4 years, 7 months ago
  6. 1dc0058 extract_utils: Support odm/product/vendor partition for zip extract by dianlujitao · 4 years, 7 months ago
  7. c6992a5 extract_utils: Generate deodexed apk/jar with consistent checksum by dianlujitao · 4 years, 8 months ago
  8. 129e14b extract_utils: Fix doubled path separator by dianlujitao · 4 years, 8 months ago
  9. 05468e5 extract_utils: Fix up b64d23778fd121b78703b3f16e17f9cc00aad3c1 by Han Wang · 4 years, 9 months ago
  10. b64d237 extract_utils: Fix bad substitution for zsh by XiNGRZ · 5 years ago
  11. dd0cb42 extract_utils: Drop string after semicolon when parsing destination by dianlujitao · 5 years ago
  12. 3902128 extract_utils: Added Suffix uses COMMON_SUFFIX by Mohd Faraz · 5 years ago
  13. 8c5d006 extract_files: Implement blueprint file generation by Rashed Abdel-Tawab · 5 years ago
  14. b9b42e1 extract_files: Add initial blueprint creation by Rashed Abdel-Tawab · 5 years ago
  15. 31ba2a3 extract_files: Match non-treble path prefixes by Rashed Abdel-Tawab · 5 years ago
  16. 9ff5c50 extract_files: Support system/ prefixes by Rashed Abdel-Tawab · 5 years ago
  17. 0f41bf4 extract_utils: Fix typo by PIPIPIG233666 · 5 years ago
  18. bb05ee5 extract_utils: Source the prebuilts from the new repo by Bruno Martins · 5 years ago
  19. f085bac extract_files: Add ODM partition blob support by Rashed Abdel-Tawab · 5 years ago
  20. c4be3d8 extract_utils: Support extracting from product partition by razorloves · 5 years ago
  21. 3bab983 extract_utils: Support multidex by Rashed Abdel-Tawab · 7 years ago
  22. df5b192 extract_utils: Add functions to extract vendor blobs from vendor.img by Rashed Abdel-Tawab · 6 years ago
  23. 16138be extract_utils: introduce support for executing blob fixups by Vladimir Oltean · 6 years ago
  24. e619bdd extract_utils: template: introduce kang mode by Vladimir Oltean · 6 years ago
  25. 528aac0 extract_utils: template: make --section argument non-positional by Vladimir Oltean · 6 years ago
  26. 5043b60 extract_utils: template: use quotation marks and variable curly braces consistently by Vladimir Oltean · 6 years ago
  27. c463ac8 extract_utils: make --section match words anywhere in the line by Vladimir Oltean · 6 years ago
  28. f88e6d3 extract_utils: introduce -k (kang mode) option by Vladimir Oltean · 6 years ago
  29. e3f910b extract_utils: cleanup variable names and arguments passed to extract() function by Vladimir Oltean · 6 years ago
  30. ee437e3 extract_utils: be compatible with system-as-root layouts by Vladimir Oltean · 6 years ago
  31. eac2f56 extract_utils: drop the "/system/" prefix from prints of blob names by Vladimir Oltean · 6 years ago
  32. 3a02fc8 extract_utils: fix mismatch with non-lowercase pinned sha1sum by Vladimir Oltean · 6 years ago
  33. 8641601 extract_utils: avoid doing stuff on files that don't exist by Vladimir Oltean · 6 years ago
  34. d70ffb6 extract_utils: Redirect vdexextractor log to /dev/null by Luca Stefani · 6 years ago
  35. 4682cc3 Add CDEX support for boot JAR files by Luca Stefani · 6 years ago
  36. 7a64931 extract_utils: Fix output dex file name generated by vdexExtractor by TheStrix · 6 years ago
  37. 0223378 extract_utils: add CDEX support via compact_dex_converter by codeworkx · 6 years ago
  38. 8e388bc extract_utils: Newline love for adb extraction by Luca Stefani · 6 years ago
  39. 91110b6 extract_utils: make get_file() able to search paths with and w/o /system prefix by Vladimir Oltean · 6 years ago
  40. 45ac8bb extract_utils: extract(): fix src not being searched in "src:dst;args" spec by Vladimir Oltean · 6 years ago
  41. 0b2cc9d extract_utils: extract(): rename DEST variable to VENDOR_REPO_FILE by Vladimir Oltean · 6 years ago
  42. 1fafe07 extract_utils: extract(): rename ARGS variable to SPEC_ARGS by Vladimir Oltean · 6 years ago
  43. 636f412 extract_utils: extract(): rename FILE variable to SPEC_SRC_FILE by Vladimir Oltean · 6 years ago
  44. 9c70f62 extract_utils: extract(): rename FROM variable to SPEC_DST_FILE by Vladimir Oltean · 6 years ago
  45. 9b9d29b extract_utils: create src_file() function to mirror behavior of target_file() by Vladimir Oltean · 6 years ago
  46. 0a9000b extract_utils: prefix_match(): do not strip target_args from its output by Vladimir Oltean · 6 years ago
  47. 2e35c33 extract_utils: target_file() and target_args() cleanup by Vladimir Oltean · 6 years ago
  48. 297cc37 Revert "extract_files: Add support for paths without system/" by Vladimir Oltean · 6 years ago
  49. 84b9479 Revert "extract_utils: Fix makefile generation issues" by Vladimir Oltean · 6 years ago
  50. 5bdc30a write_makefiles: fix paths in BUILD_PREBUILT with destination by Vladimir Oltean · 7 years ago
  51. 925501e extract_utils: Use vdexExtractor for extracting oreo classes.dex by Joe Maples · 7 years ago
  52. d491184 extract_utils: Fix vendor framework makefile generation by Michael Bestas · 7 years ago
  53. 457e266 extract-utils: Use LOCAL_VENDOR_FILE instead of LOCAL_PROPRIETARY_FILE by Ethan Chen · 7 years ago
  54. 18610fd extract_utils: Fix regressions from 0d9fa43a2a9b4f134942f95e1c4eb1a05608e131 by Paul Keith · 7 years ago
  55. 0d9fa43 extract_utils: Split optional args with semicolon instead of colon by Michael Bestas · 7 years ago
  56. e02a942 extract_utils: Fix makefile generation issues by Michael Bestas · 7 years ago
  57. aee9ed4 extract_utils: Use temporary folder for system dump by conbold · 7 years ago
  58. d93f27e extract-files: Bring back old behavior for SRC by Paul Keith · 7 years ago
  59. fb2a99f extract_utils: Fix pinning when not cleaning vendor dir by Gabriele M · 7 years ago
  60. 1e8c5b6 extract_utils: Allow to interrupt the extraction by Gabriele M · 7 years ago
  61. d518441 extract_files: Mark vendor etc files as proprietary by Rashed Abdel-Tawab · 7 years ago
  62. bb9d700 extract_utils: cover vendor/frameworks by Christian Oder · 7 years ago
  63. daafe3c extract_files: Add support for treble compatible makefiles by Rashed Abdel-Tawab · 7 years ago
  64. c16a2ab extract_files: Adjust deodex path and tmpdir by Rashed Abdel-Tawab · 7 years ago
  65. 03e81b4 extract_utils: implement LOCAL_MODULE_RELATIVE_PATH by M1cha · 8 years ago
  66. b9c09fa extract_utils: Add VDEX deodex capabilities for oreo by Rashed Abdel-Tawab · 7 years ago
  67. 0352a8d lineage: Complete the rebrand by Luca Stefani · 7 years ago
  68. 7e7d750 vendor: change vendor to lineage by Dan Pasanen · 7 years ago
  69. e26159e templates: Default to sanitize vendor folder during extraction by Bruno Martins · 7 years ago
  70. 22463b8 Fix extract_utils when not using blob sections by Harry Youd · 7 years ago
  71. e62e29f templates: Update to show usage for new extract_files features by Rashed Abdel-Tawab · 7 years ago
  72. 1f56fc5 extract_files: Add support for paths without system/ by Rashed Abdel-Tawab · 8 years ago
  73. 4ef345d extract_files: Add support for specifying blob sections by Rashed Abdel-Tawab · 8 years ago
  74. fe9e43a extract_utils: Fix cleanup variables assigment by Gabriele M · 8 years ago
  75. 8243d14 templates: Remove empty cat << EOF by Michael Bestas · 7 years ago
  76. b809419 extract_utils: fix extracting XML files containing binary characters by Dobroslaw Kijowski · 8 years ago
  77. 1e2ebe1 extract_utils: support extracting directly from an ota zip by Dan Pasanen · 8 years ago
  78. 7254407 vendor: Add templates for proprietary extraction scripts by Christopher R. Palmer · 8 years ago
  79. 9653270 extract_utils: Fix locale issue with sort by Paul Keith · 8 years ago
  80. 9f64408 extract-utils: Fix handling of pulling src:dest pairs from dumps by Christopher R. Palmer · 8 years ago
  81. 63c1fdc extract_utils: Detect output existence before moving it for backup by Adrian DC · 8 years ago
  82. 2719fed extract_utils: Introduce variable INITIAL_COPYRIGHT_YEAR by Matt Mower · 8 years ago
  83. 49cecf2 extract_utils: Update backsmali command by Gabriele M · 8 years ago
  84. 66e1e35 extract_utils: Use shasum on macOS by Rashed Abdel-Tawab · 8 years ago
  85. d8992cb extract_utils: Add option to define the certificate for jars by Elektroschmock · 8 years ago
  86. bdf11e0 Update to smali/baksmali v2.2b3 by Sam Mortimer · 8 years ago
  87. bc3526f extract_utils: Do not change app SRC if there are arguments by HashBang · 8 years ago
  88. 294be17 extract_utils: Add ability to set custom device guard by Rashed Abdel-Tawab · 8 years ago
  89. afa30d8 extract_utils: Add ability to set custom vendor.mk name by Rashed Abdel-Tawab · 8 years ago
  90. a633734 extract_utils: Add flag to disable pinning by Steve Kondik · 8 years ago
  91. 19f6513 extract_utils: Fix device online check by Steve Kondik · 8 years ago
  92. d4f2d6d extract_utils.sh: Disable dex preopt on prebuilt apks by Hashbang173 · 8 years ago
  93. 3962cae extract-utils: Add pinning support by Steve Kondik · 8 years ago
  94. 100df13 cm: extract_utils: Add a firmware extraction method by Louis Popi · 8 years ago
  95. 0155a49 cm: extract_utils: Fixup xml files by Luca Stefani · 8 years ago
  96. 425ca43 cm: extract_utils: Implement oat2dex by Luca Stefani · 8 years ago
  97. 59ee365 Revert "extract_utils: Don't write multilib tags on 32-bit only devices" by Steve Kondik · 8 years ago
  98. 66a87bb cm: extract_utils: Rewrite file existence checks by Bruno Martins · 8 years ago
  99. e66e06d extract_utils: Don't write multilib tags on 32-bit only devices by Steve Kondik · 8 years ago
  100. 6258002 extract_utils: Add support for files in rootfs by Steve Kondik · 8 years ago