From 724ba9cb796e3f31a129f788b9e84de2dcd489e7 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 5 Sep 2025 21:21:37 +0100 Subject: [PATCH] dodge: Ship firmware images Change-Id: Icc8677198f40664925e3094bf3ce64c75d9e9d6e --- extract-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index ad2532c..25f7f07 100755 --- a/extract-files.py +++ b/extract-files.py @@ -59,7 +59,7 @@ module = ExtractUtilsModule( namespace_imports=namespace_imports, blob_fixups=blob_fixups, lib_fixups=lib_fixups, - # add_firmware_proprietary_file=True, + add_firmware_proprietary_file=True, ) if __name__ == '__main__':