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

Commit 1afb7ffe authored by Dennis Song's avatar Dennis Song Committed by Gerrit Code Review
Browse files

Merge "Remove system_dlkm from _FRAMEWORK_PARTITIONS" into main

parents 196c70bf a380533f
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'
}