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:
@@ -217,7 +217,7 @@ def ItemListToPartitionSet(item_list):
|
|||||||
|
|
||||||
# Partitions that are grabbed from the framework partial build by default.
|
# Partitions that are grabbed from the framework partial build by default.
|
||||||
_FRAMEWORK_PARTITIONS = {
|
_FRAMEWORK_PARTITIONS = {
|
||||||
'system', 'product', 'system_ext', 'system_other', 'root', 'system_dlkm',
|
'system', 'product', 'system_ext', 'system_other', 'root',
|
||||||
'vbmeta_system', 'pvmfw'
|
'vbmeta_system', 'pvmfw'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user