Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1183d106 authored by Dennis Song's avatar Dennis Song Committed by Automerger Merge Worker
Browse files

Merge "Remove system_dlkm from _FRAMEWORK_PARTITIONS" into main am: 1afb7ffe

parents f68b3915 1afb7ffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ def ItemListToPartitionSet(item_list):

# Partitions that are grabbed from the framework partial build by default.
_FRAMEWORK_PARTITIONS = {
    'system', 'product', 'system_ext', 'system_other', 'root', 'system_dlkm',
    'system', 'product', 'system_ext', 'system_other', 'root',
    'vbmeta_system', 'pvmfw'
}