Merge "Remove system_dlkm from _FRAMEWORK_PARTITIONS" into main

This commit is contained in:
Dennis Song
2023-08-07 01:25:25 +00:00
committed by Gerrit Code Review

View File

@@ -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'
}