Remove system_dlkm from _FRAMEWORK_PARTITIONS

system_dlkm partition is related to GKI, so it should be
in the same category as boot image.

Test: merge_target_files \
        --path otatools \
        --framework-target-files framework-target_files.zip \
	--vendor-target-files vendor-target_files.zip \
	--output-target-files merged-target_files.zip
Bug: 294482075
Change-Id: Ie8f60d72f44d31e1bc3b556735b92ed0a2fda662
This commit is contained in:
Dennis Song
2023-08-04 07:08:17 +00:00
parent 196c70bf23
commit a380533f13

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