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

Commit f608d16a 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...

Merge "Remove system_dlkm from _FRAMEWORK_PARTITIONS" into main am: 1afb7ffe am: 1183d106 am: f1c3de61 am: 7efadf94

Original change: https://android-review.googlesource.com/c/platform/build/+/2694247



Change-Id: I84f3e64f1cd893d92f4b36a60d49ffe625369161
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 66f1f899 7efadf94
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'
}