Commit Graph

3 Commits

Author SHA1 Message Date
Andrei Conache
8466101527 sdat2img.py: chore: add LICENSE
sdat2img is licensed under the MIT license.

Reference:
b432c988a4

Change-Id: I5175a6c372e383a0090a7bdba41e1041b87958e6
2021-12-09 02:07:31 +02:00
Michael Bestas
805a68421a Update sdat2img.py
From https://github.com/xpirt/sdat2img @ 1b08432247fce8037fd6a43685c6e7037a2e553a

Change-Id: Icf0b52881006452420ac4cdc5a6ce79d21544324
2020-12-29 03:47:01 +02:00
Dan Pasanen
1e2ebe1ab6 extract_utils: support extracting directly from an ota zip
* Specify the ota zip name as the only parameter to extract-files.sh
  * Will extract to $CM_ROOT/system_dump
  * Bail out on A/B OTA zips. We cannot support these.
  * Handles block based OTA zips by using sdat2img.py
  * Store the zip's MD5 and check if its already extracted. If so, don't
    bother extracting again

Change-Id: I03038e38dac51e6cb60d493c7e6362754d1daf02
2017-03-27 08:46:48 -05:00