From 298d36d206cea4ac25394c7f29ade75786603d62 Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Tue, 6 May 2025 20:14:08 +0900 Subject: [PATCH] marble: update identifier to extract files util --- extract-files.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extract-files.py b/extract-files.py index 47fae26..99e903f 100755 --- a/extract-files.py +++ b/extract-files.py @@ -27,7 +27,7 @@ from extract_utils.utils import ( ) namespace_imports = [ - 'device/lineage/example', + 'device/xiaomi/marble', ] @@ -95,8 +95,8 @@ blob_fixups: blob_fixups_user_type = { } # fmt: skip module = ExtractUtilsModule( - 'example', - 'lineage', + 'marble', + 'xiaomi', blob_fixups=blob_fixups, lib_fixups=lib_fixups, namespace_imports=namespace_imports,