diff options
| author | Aaron Kling <webgeek1234@gmail.com> | 2024-08-14 01:44:45 -0500 |
|---|---|---|
| committer | Giovanni Ricca <giovanniricca@proton.me> | 2025-01-13 10:25:06 +0100 |
| commit | bc6cb4b67d7d6f227283e4a613500f8e7f36290e (patch) | |
| tree | fb44081fb627829dfaf7cfa6981995e6b2438564 | |
| parent | fc4b5e121c0d93ab57a83d19c1787b308e7baf72 (diff) | |
miatoll: Enable elf checks
Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
| -rwxr-xr-x | extract-files.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extract-files.py b/extract-files.py index c53486b..3a20c7c 100755 --- a/extract-files.py +++ b/extract-files.py @@ -12,7 +12,6 @@ from extract_utils.main import ( module = ExtractUtilsModule( 'miatoll', 'xiaomi', - check_elf=False, ) if __name__ == '__main__': |
