marble: update identifier to extract files util
This commit is contained in:
@ -27,7 +27,7 @@ from extract_utils.utils import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
namespace_imports = [
|
namespace_imports = [
|
||||||
'device/lineage/example',
|
'device/xiaomi/marble',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@ -95,8 +95,8 @@ blob_fixups: blob_fixups_user_type = {
|
|||||||
} # fmt: skip
|
} # fmt: skip
|
||||||
|
|
||||||
module = ExtractUtilsModule(
|
module = ExtractUtilsModule(
|
||||||
'example',
|
'marble',
|
||||||
'lineage',
|
'xiaomi',
|
||||||
blob_fixups=blob_fixups,
|
blob_fixups=blob_fixups,
|
||||||
lib_fixups=lib_fixups,
|
lib_fixups=lib_fixups,
|
||||||
namespace_imports=namespace_imports,
|
namespace_imports=namespace_imports,
|
||||||
|
Reference in New Issue
Block a user